()
| 62 | |
| 63 | |
| 64 | def test_is_interesting_path_admin(): |
| 65 | from recon_engine import _is_interesting_path |
| 66 | assert _is_interesting_path("admin/", 200) is True |
| 67 | |
| 68 | |
| 69 | def test_is_interesting_path_env(): |
nothing calls this directly
no test coverage detected