Merge branch 'init_shell' of https://github.com/ChristopherMSpencer/python-cratonclient into init_shell
This commit is contained in:
@@ -14,8 +14,9 @@
|
||||
Main shell for parsing arguments directed toward Craton.
|
||||
"""
|
||||
|
||||
|
||||
def main():
|
||||
return 0
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
main()
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
Command-line interface to the OpenStack Craton API V1.
|
||||
"""
|
||||
|
||||
#TODO (cmspence): from cratonclient.v1 import client
|
||||
# TODO (cmspence): from cratonclient.v1 import client
|
||||
|
||||
@@ -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)
|
||||
|
||||
self.assertEqual(main.main(), 0)
|
||||
|
||||
Reference in New Issue
Block a user