Files
ansible-freeipa/.gitignore
Sergio Oliveira Campos af7060d3a9 Added ability to add pytest tests
Until now ansible-freeipa repository only had playbook tests. This
commit introduces the ability of creating TestCase classes connected to
the master host. This connection can be used to run commands in the
managed host after the ansible playbook execution is the allowing the
verification of the machine state.
2020-08-31 12:08:13 -03:00

9 lines
73 B
Plaintext

*.pyc
*.retry
# ignore virtual environments
/.tox/
/.venv/
tests/logs/