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
Brian Coca 74842adc07 1st part of ansible config, adds ansible-config to view/manage configs (#12797)
* Start of ansible config project

moved configuration definitions to external yaml file vs hardcoded
 * updated constants to be a data strcutures that are looped over and also return origin of setting
changed to manager/data scheme for base classes
new cli ansible-config to view/manage ansible configuration settings
 * prints green for default/unchanged and yellow for those that have been overriden
 * added list action to show all configurable settings and their associated ini and env var names
 * allows specifying config file to see what result would look like
 * TBD update, edit and view options

removed test for functions that have been removed

env_Vars are now list of dicts
allows for version_added and deprecation in future
added a couple of descriptions for future doc autogeneration
ensure test does not fail if delete_me exists
normalized 'path expansion'
added yaml config to setup packaging
removed unused imports
better encoding handling

updated as per feedback

* pep8
8 years ago
..
cli 1st part of ansible config, adds ansible-config to view/manage configs (#12797) 8 years ago
contrib test/: PEP8 compliancy (#24803) 8 years ago
errors test/: PEP8 compliancy (#24803) 8 years ago
executor test/: PEP8 compliancy (#24803) 8 years ago
inventory test/: PEP8 compliancy (#24803) 8 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 10 years ago
mock test/: PEP8 compliancy (#24803) 8 years ago
module_utils More statvfs info for mount facts rebase 12073 (#25454) 8 years ago
modules nxos_vpc updates (#25452) 8 years ago
parsing Fix spelling mistakes (comments only) (#25564) 8 years ago
playbook Fix spelling mistakes (comments only) (#25564) 8 years ago
plugins Fix spelling mistakes (comments only) (#25564) 8 years ago
template test/: PEP8 compliancy (#24803) 8 years ago
utils test/: PEP8 compliancy (#24803) 8 years ago
vars Fix spelling mistakes (comments only) (#25564) 8 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
conftest.py Fix bugs in ansible-test units command. (#24044) 8 years ago
test_constants.py 1st part of ansible config, adds ansible-config to view/manage configs (#12797) 8 years ago