mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-30 06:11:26 -07:00
We need module args specific parsing classes.
This commit is contained in:
parent
83d75bcf59
commit
21642c0fbf
5 changed files with 260 additions and 7 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue