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
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
..
compile Docs how to test (2nd) (#24094) 9 years ago
integration converted become runas to explicit CreateProcessWithLogonW (#26378) 9 years ago
results Create bot friendly sanity output. (#22381) 9 years ago
runner changed ansible-test so that it replaces . with - instead of . with _ so that the hostname is valid 9 years ago
sanity avoid doing cmp on .git 9 years ago
units metadata and doc generator optimization and fixes 9 years ago
utils Update tox.ini to use ansible-test. 9 years ago