ansible / molecule

Molecule aids in the development and testing of Ansible content: collections, playbooks and roles
https://ansible.readthedocs.io/projects/molecule/
MIT License
3.89k stars 664 forks source link

Refactor integration tests #4222

Closed cidrblock closed 5 months ago

cidrblock commented 5 months ago

The integration tests were overly complicated, probably some history there.

Some of the unit tests still use the ~/.cache/molecule directory rather than the project cache directory. Time permitting this will be adressed in future PRs.