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