MCPcopy Index your code
hub / github.com/google/python-fire / testAddInteractiveMode

Method testAddInteractiveMode

fire/trace_test.py:85–90  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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')

Callers

nothing calls this directly

Calls 1

AddInteractiveModeMethod · 0.95

Tested by

no test coverage detected