(self)
| 26 | self.assertNotIn("UNKNOWN", output) |
| 27 | |
| 28 | def test_msg(self): |
| 29 | output = get_package_version("42foobarnoexist", "test") |
| 30 | self.assertIn("test", output) |
| 31 | |
| 32 | |
| 33 | if __name__ == "__main__": |
nothing calls this directly
no test coverage detected