mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
Added tests for taggable
module
This commit is contained in:
parent
44d302ee66
commit
79394f5c8f
2 changed files with 104 additions and 1 deletions
|
@ -66,4 +66,3 @@ class TestPlaybook(unittest.TestCase):
|
|||
vm = VariableManager()
|
||||
self.assertRaises(AnsibleParserError, Playbook.load, "bad_list.yml", vm, fake_loader)
|
||||
self.assertRaises(AnsibleParserError, Playbook.load, "bad_entry.yml", vm, fake_loader)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue