Modules don't have to return JSON, key=value pairs is ok.

This commit is contained in:
Michael DeHaan 2012-03-14 21:16:15 -04:00
commit 4bde4926c3
4 changed files with 29 additions and 21 deletions

View file

@ -148,7 +148,6 @@ class TestRunner(unittest.TestCase):
result = self._run('shell', [ "/bin/echo", "$HOME" ])
assert 'failed' not in result
assert result['rc'] == 0
raise Exception(result['stdout'])
def test_setup(self):