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/parsing
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
7 years ago
..
utils test/: PEP8 compliancy (#24803) 7 years ago
vault Cyptography pr 20566 rebase (#25560) 7 years ago
yaml Fix spelling mistakes (comments only) (#25564) 7 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_dataloader.py test/: PEP8 compliancy (#24803) 7 years ago
test_metadata.py metadata and doc generator optimization and fixes 7 years ago
test_mod_args.py test/: PEP8 compliancy (#24803) 7 years ago
test_splitter.py Switch tests to pytest and ansible-test. 8 years ago
test_unquote.py Switch tests to pytest and ansible-test. 8 years ago