Merge branch 'init_shell' of https://github.com/ChristopherMSpencer/python-cratonclient into init_shell
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
Main shell for parsing arguments directed toward Craton.
|
||||
"""
|
||||
|
||||
|
||||
def main():
|
||||
return 0
|
||||
|
||||
|
||||
@@ -21,4 +21,5 @@ class TestMainShell(base.TestCase):
|
||||
|
||||
def test_main_returns_successfully(self):
|
||||
"""Verify that cratonclient shell main returns as expected."""
|
||||
|
||||
self.assertEqual(main.main(), 0)
|
||||
|
||||
Reference in New Issue
Block a user