Adding v2 task/block iterator and some reorganizing

This commit is contained in:
James Cammarata
2014-11-06 13:14:38 -06:00
parent 5a4a212869
commit 24bebd85b4
25 changed files with 358 additions and 49 deletions

View File

@@ -45,6 +45,7 @@ class TestPlaybook(unittest.TestCase):
""",
})
p = Playbook.load("test_file.yml", loader=fake_loader)
entries = p.get_entries()
def test_bad_playbook_files(self):
fake_loader = DictDataLoader({