Adding new playbook objects for v2

* Playbook
* TaskInclude
This commit is contained in:
James Cammarata 2014-11-05 08:00:00 -06:00
parent cbad867f24
commit 229d49fe36
42 changed files with 2041 additions and 81 deletions

View file

@ -36,10 +36,6 @@ class TestErrors(unittest.TestCase):
def tearDown(self):
pass
def test_push_basedir(self):
push_basedir('/root/foo/bar')
self.assertEqual(_basedirs, ['/root/foo/bar'])
@patch.object(PluginLoader, '_get_paths')
def test_print_paths(self, mock_method):
mock_method.return_value = ['/path/one', '/path/two', '/path/three']