()
| 67 | |
| 68 | |
| 69 | def test_is_interesting_path_env(): |
| 70 | from recon_engine import _is_interesting_path |
| 71 | assert _is_interesting_path(".env", 200) is True |
| 72 | |
| 73 | |
| 74 | def test_is_interesting_path_skips_forbidden(): |
nothing calls this directly
no test coverage detected