cleanup: Migrate existing unit tests to pytest

Cleanup the existing unit tests and move them to pytest. By using pytest
it becomes easier to add new tests for existing functionality in the
collection.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2024-04-12 09:26:49 +02:00
parent afb8d178c2
commit 9848f66036
5 changed files with 159 additions and 247 deletions

View File

@@ -1,4 +1,5 @@
pytest
pytest-ansible
pytest-mock
pytest-xdist
tox-ansible