(self)
| 83 | '1. Initial component\n2. Generated completion script') |
| 84 | |
| 85 | def testAddInteractiveMode(self): |
| 86 | t = trace.FireTrace('initial object') |
| 87 | t.AddInteractiveMode() |
| 88 | self.assertEqual( |
| 89 | str(t), |
| 90 | '1. Initial component\n2. Entered interactive mode') |
| 91 | |
| 92 | def testGetCommand(self): |
| 93 | t = trace.FireTrace('initial object') |
nothing calls this directly
no test coverage detected