(self)
| 32 | ) |
| 33 | |
| 34 | def test_no_options(self): |
| 35 | matchedresult = [MR(0, 3, "bar synopsis", "bar")] |
| 36 | self.assertMatchSingle("bar", s.find_man_page("bar")[0], matchedresult) |
| 37 | |
| 38 | def test_known_arg(self): |
| 39 | matchedresult = [ |
nothing calls this directly
no test coverage detected