ansible/test/units
Toshio Kuratomi 370a7ace4b
Split basic units (#33510)
Split the one monolithic test for basic.py into several files

* Split test_basic.py along categories.
  This is preliminary to get a handle on things.  Eventually we may want
  to further split it so each file is only testing a single function.
* Cleanup unused imports from splitting test_basic.py
* Port atomic_move test to pytest.
  Working on getting rid of need to maintain procenv
* Split a test of symbolic_mode_to_octal to follow unittest best practices
  Each test should only invoke the function under test once
* Port test_argument_spec to pytest.
* Fix suboptions failure
2017-12-18 10:17:13 -08:00
..
cli Fix playbook cli unit test (#33767) 2017-12-13 15:03:06 +00:00
config
contrib
errors
executor Add test for clean_copy preservation of keys 2017-12-12 13:51:06 -05:00
inventory_test_data/group_vars
mock Porting tests to pytest (#33387) 2017-12-05 12:43:13 -08:00
module_utils Split basic units (#33510) 2017-12-18 10:17:13 -08:00
modules nso_verify for Cisco NSO (#33945) 2017-12-15 13:43:07 +00:00
parsing Fix invalid string escape sequences. 2017-11-21 10:03:34 -08:00
playbook Fix invalid string escape sequences. 2017-11-21 10:03:34 -08:00
plugins Revert "YAML inventory unit test: fix test inventory format (#33828)" (#33869) 2017-12-13 14:19:19 -05:00
template Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
utils
vars
__init__.py
ansible.cfg
conftest.py
test_constants.py