We need module args specific parsing classes.

This commit is contained in:
Michael DeHaan 2014-10-07 14:56:15 -04:00
parent 83d75bcf59
commit 21642c0fbf
5 changed files with 260 additions and 7 deletions

View file

@ -47,7 +47,6 @@ class TestTask(unittest.TestCase):
def test_can_auto_name(self):
assert 'name' not in kv_shell_task
t = Task.load(kv_shell_task)
print "GOT NAME=(%s)" % t.name
assert t.name == 'shell echo hi'
def test_can_auto_name_with_role(self):