(self)
| 56 | assert result in ("standard", "deep") |
| 57 | |
| 58 | def test_edit_file(self): |
| 59 | result = classify_breadth_need("Edit config.py and change the debug flag to False") |
| 60 | assert result in ("standard", "deep") |
| 61 | |
| 62 | |
| 63 | class TestDeep: |
nothing calls this directly
no test coverage detected