$ molecule --version
molecule 3.0.4
ansible==2.9.9 python==3.8
I'm looking for guidance on what to write my verification tests in.
I find a lot of examples using testinfra but it looks like testinfra is no longer the default verifier.
It now looks like it's ansible itself?
What is best practices and the future for molecule regarding verifiers?
Testing in Ansible or testing in testinfra?