(cls)
| 41 | class ContentUtilsTestCase(unittest.TestCase): |
| 42 | @classmethod |
| 43 | def setUpClass(cls): |
| 44 | tests_config.parse_args() |
| 45 | |
| 46 | def test_get_pack_base_paths(self): |
| 47 | cfg.CONF.content.system_packs_base_path = "" |
nothing calls this directly
no outgoing calls
no test coverage detected