(self)
| 265 | |
| 266 | class SourceTestCase(unittest.TestCase): |
| 267 | def runTest(self): |
| 268 | self.source_url_input_none() |
| 269 | self.test_cache_categories() |
| 270 | self.test_source_build() |
| 271 | |
| 272 | @print_test |
| 273 | def source_url_input_none(self): |
nothing calls this directly
no test coverage detected