(self)
| 28 | assert classify_breadth_need("Is Python pass-by-reference?") == "minimal" |
| 29 | |
| 30 | def test_explain_request(self): |
| 31 | assert classify_breadth_need("Explain how closures work in Python") == "minimal" |
| 32 | |
| 33 | def test_hello(self): |
| 34 | assert classify_breadth_need("Hello!") == "minimal" |
nothing calls this directly
no test coverage detected