Example #1
0
 def test_repo_dependant_command(self):
     # no unhandled exception is thrown
     _main(['feature', 'publish'])
Example #2
0
def test_main_handles_no_command():
    _main([])
Example #3
0
 def test_version(self):
     _main(['version'])
Example #4
0
def test_main_handles_unknown_command():
    _main(['wrong_command'])