ansible/test/runner/lib
Matt Clay d66ce40ecb Overhaul ansible-test sanity implementation. (#22177)
- Tests are run to completion instead of stopping on first failure.
- Test results are now parsed instead of passing through to the console.
- Test results can be saved in junit xml format.
- Test results will show up on the Shippable "Tests" result tab.
- Added an experimental --lint option for easier integration with other tools.
- Code smell tests are now usable with the --list-tests, --test and --skip-test options.
- Code split out from executor.py into sanity.py.
- Rename download-logs to download.py and add support for test and coverage results.
- Miscellaneous improvements.
2017-03-02 12:36:46 -08:00
..
__init__.py Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
ansible_util.py Add --debug option to ansible-test. 2017-02-01 16:05:03 -08:00
changes.py Add private fork CI support to ansible-test. 2016-12-13 15:49:57 -08:00
classification.py Fix ansible-test handling of deleted test targets. 2017-02-17 11:16:24 -08:00
core_ci.py Use us-east-2 for Windows CI on Shippable. 2017-02-06 15:01:20 -08:00
cover.py Deduplicate arcs when combining coverage data. (#22022) 2017-02-27 15:46:15 -08:00
delegation.py Add retries for ansible-test docker run. 2017-02-27 22:55:46 -08:00
executor.py Overhaul ansible-test sanity implementation. (#22177) 2017-03-02 12:36:46 -08:00
git.py Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
http.py Make test/runner less verbose when spawning instances 2017-01-27 12:27:46 -08:00
import_analysis.py Consider module_utils deps when running tests. (#21382) 2017-02-13 18:49:36 -08:00
manage_ci.py updates ios modules to support persistent socket (#21258) 2017-02-13 15:22:14 +00:00
pytar.py Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
sanity.py Overhaul ansible-test sanity implementation. (#22177) 2017-03-02 12:36:46 -08:00
target.py Add pep8 to ansible-test. (#20745) 2017-01-27 12:34:00 -08:00
thread.py Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
util.py Overhaul ansible-test sanity implementation. (#22177) 2017-03-02 12:36:46 -08:00