(self)
| 591 | |
| 592 | class TestExplainProgram(unittest.TestCase): |
| 593 | def setUp(self): |
| 594 | self.store = create_test_store() |
| 595 | |
| 596 | def test_explain_program_returns_str_options(self): |
| 597 | mp, suggestions, *_ = explain_program("bar", self.store) |
nothing calls this directly
no test coverage detected