0 votes
in Ansible by
Where is the unit testing is available in Ansible?

1 Answer

0 votes
by
Unit tests for all the modules are available in .test/units/modules.

Firstly you have to setup your testing environment
...