|
|
|
@ -24,7 +24,7 @@ What Are Unit Tests?
|
|
|
|
====================
|
|
|
|
====================
|
|
|
|
|
|
|
|
|
|
|
|
Ansible includes a set of unit tests in the :file:`test/units` directory. These tests primarily cover the
|
|
|
|
Ansible includes a set of unit tests in the :file:`test/units` directory. These tests primarily cover the
|
|
|
|
internals but can also can cover Ansible modules. The structure of the unit tests matches
|
|
|
|
internals but can also cover Ansible modules. The structure of the unit tests matches
|
|
|
|
the structure of the code base, so the tests that reside in the :file:`test/units/modules/` directory
|
|
|
|
the structure of the code base, so the tests that reside in the :file:`test/units/modules/` directory
|
|
|
|
are organized by module groups.
|
|
|
|
are organized by module groups.
|
|
|
|
|
|
|
|
|
|
|
|
|