Login
Remember
Register
Ask a Question
Where is the unit testing is available in Ansible?
0
votes
asked
Nov 5, 2019
in
Ansible
by
Robin
Where is the unit testing is available in Ansible?
unit-testing
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 5, 2019
by
rajeshsharma
Unit tests for all the modules are available in .test/units/modules.
Firstly you have to setup your testing environment
...