You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units
Adrian Likins 7d41f623dd Move py34 mock_open compat to compat/test/mock (#17157)
test/units/plugins/action/test_action.py had code
for handling a bug in python 3.4's mock_open that
causes errors when reading binary data.

Moved to compat/tests/mock.py so other tests can
use it by default.
8 years ago
..
cli Test GalaxyCLI when no actions are provided 8 years ago
contrib
errors
executor Cache tasks by uuid in PlayIterator for O(1) lookups 8 years ago
inventory
inventory_test_data/group_vars
mock A little unittest refactoring (#16704) 8 years ago
module_utils Fix facts.py for python3 (#17131) 8 years ago
modules
parsing
playbook
plugins Move py34 mock_open compat to compat/test/mock (#17157) 8 years ago
template
utils FEATURE: adding variable serial batches 8 years ago
vars Adding unit tests for role variable precedence 8 years ago
__init__.py