コード例 #1
0
ファイル: deploy.py プロジェクト: dmsuehir/mlt
 def __init__(self, args):
     super(DeployCommand, self).__init__(args)
     self.config = config_helpers.load_config()
     build_helpers.verify_build(self.args)
コード例 #2
0
def test_needs_build_command_bad_build(BuildClass):
    verify_build({})
    assert BuildClass.return_value.action.called