Fix wo_prompt

This commit is contained in:
VirtuBox
2019-08-16 23:46:44 +02:00
parent 5330a66621
commit e98ed1fe7a
3 changed files with 74 additions and 42 deletions

View File

@@ -9,6 +9,12 @@ class CliTestCaseStack(test.WOTestCase):
self.app.run()
self.app.close()
def test_wo_cli_stack_install(self):
self.app = get_test_app(argv=['stack', 'install'])
self.app.setup()
self.app.run()
self.app.close()
def test_wo_cli_stack_install_web(self):
self.app = get_test_app(argv=['stack', 'install', '--web'])
self.app.setup()