unit tests as playbook in /test?

Hi

I did a PR (https://github.com/ansible/ansible/pull/4914) for 2 fixes in host module and wondered If and where I should put my test playbook. Is there any place in /test for such “test playbooks”?

https://gist.github.com/resmo/7484178

Thanks and regards
René

Take a look through some of the existing tests, as they do include some play books. I merged a PR for recursive copy recently which is a good example …

TestPlaybook.py/def test_recursive_copy

Take a look through some of the existing tests, as they do include some play books. I merged a PR for recursive copy recently which is a good example …

TestPlaybook.py/def test_recursive_copy