(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" |
| 35 | |
| 36 | def test_thanks(self): |
| 37 | assert classify_breadth_need("Thanks, that works!") == "minimal" |
nothing calls this directly
no test coverage detected