Add new AnsibleK8SModule class (#269)

* Add new AnsibleK8SModule class

This class is intended to replace part of the K8SAnsibleMixin class and
is part of a larger refactoring effort.

* Fix sanity errors

* Fix unit tests

* Add mock to test requirements
This commit is contained in:
Mike Graves
2021-11-08 08:09:45 -05:00
parent 3729b8bb5b
commit 2a9d894c90
5 changed files with 280 additions and 5 deletions

View File

@@ -1,4 +1,6 @@
kubernetes-validate
coverage==4.5.4
mock
pytest
pytest-xdist
pytest-mock