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