show ui.shell_dock instead of shell during tests
This commit is contained in:
@@ -33,7 +33,7 @@ class TclShellTest(unittest.TestCase):
|
|||||||
# Create App, keep app defaults (do not load
|
# Create App, keep app defaults (do not load
|
||||||
# user-defined defaults).
|
# user-defined defaults).
|
||||||
self.fc = App(user_defaults=False)
|
self.fc = App(user_defaults=False)
|
||||||
self.fc.shell.show()
|
self.fc.ui.shell_dock.show()
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def tearDownClass(self):
|
def tearDownClass(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user