(self)
| 381 | |
| 382 | class TestCommandLineage(unittest.TestCase): |
| 383 | def setUp(self): |
| 384 | self.driver = create_clidriver() |
| 385 | self.top_help = self.driver.create_help_command() |
| 386 | |
| 387 | def assert_lineage_names(self, ref_lineage_names): |
| 388 | command_table = self.top_help.command_table |
nothing calls this directly
no test coverage detected