Ejemplo n.º 1
0
    def test_gets_deploy_command(self):
        json = """
{
   "deploy_command": "/bin/ls"
}
"""
        config = Config(json)

        self.assertEquals("/bin/ls", config.get_deploy_command())