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
Toshio Kuratomi 3ee997b720 metadata and doc generator optimization and fixes
* Fix ansible-doc traceback when a plugin doesn't parse correctly
* Change extract_metadata ivocation to take either an ast or source
  code.  When given source code, it can find file offsets for the start
  and end of dict.  When given the ast, it is quicker as it doesn't have
  to reparse the source.  Requires changing the call to the function to
  use a keyword arg.
* Fix reading of metadata to find the last occurrence of
  ANSIBLE_METADATA instead of the first.
* Add some more unittests to get closer to complete coverage
9 years ago
..
cli fixed issue with paths separator and others 9 years ago
contrib test/: PEP8 compliancy (#24803) 9 years ago
errors test/: PEP8 compliancy (#24803) 9 years ago
executor Return code is not very useful to assume a task failed 9 years ago
inventory test/: PEP8 compliancy (#24803) 9 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 11 years ago
mock test/: PEP8 compliancy (#24803) 9 years ago
module_utils renames dict_combine to dict_merge in network_common (#26073) 9 years ago
modules Fix vyos banner idempotent (#26338) 9 years ago
parsing metadata and doc generator optimization and fixes 9 years ago
playbook Fix spelling mistakes (comments only) (#25564) 9 years ago
plugins Add support for netconf network discovery (#25435) 9 years ago
template test/: PEP8 compliancy (#24803) 9 years ago
utils test/: PEP8 compliancy (#24803) 9 years ago
vars Fix spelling mistakes (comments only) (#25564) 9 years ago
__init__.py Add empty-init code-smell script. (#18406) 9 years ago
conftest.py Fix bugs in ansible-test units command. (#24044) 9 years ago
test_constants.py 1st part of ansible config, adds ansible-config to view/manage configs (#12797) 9 years ago