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/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.
8 years ago
..
__init__.py Initial ansible-test implementation. (#18556) 8 years ago
ansible_util.py Add `--debug` option to `ansible-test`. 8 years ago
changes.py Add private fork CI support to ansible-test. 8 years ago
classification.py Fix ansible-test handling of deleted test targets. 8 years ago
core_ci.py Use us-east-2 for Windows CI on Shippable. 8 years ago
cover.py Deduplicate arcs when combining coverage data. (#22022) 8 years ago
delegation.py Add retries for ansible-test docker run. 8 years ago
executor.py Overhaul `ansible-test sanity` implementation. (#22177) 8 years ago
git.py Initial ansible-test implementation. (#18556) 8 years ago
http.py Make test/runner less verbose when spawning instances 8 years ago
import_analysis.py Consider module_utils deps when running tests. (#21382) 8 years ago
manage_ci.py updates ios modules to support persistent socket (#21258) 8 years ago
pytar.py Initial ansible-test implementation. (#18556) 8 years ago
sanity.py Overhaul `ansible-test sanity` implementation. (#22177) 8 years ago
target.py Add `pep8` to `ansible-test`. (#20745) 8 years ago
thread.py Initial ansible-test implementation. (#18556) 8 years ago
util.py Overhaul `ansible-test sanity` implementation. (#22177) 8 years ago