Write unit tests in Python to verify the actual state of your infrastructure.
Testinfra allows you to craft Python unit tests that check the real configuration of your servers, making it easy to validate setups managed by tools like Ansible, Puppet, or Chef. You can write tests for file contents, package installations, and running services directly within your existing pytest workflows.
Write unit tests in Python to verify the actual state of your infrastructure.
Developers and operations engineers who want to automate infrastructure validation with Python unit tests.
Not enough data yet. Star history will appear after a few days of tracking.