summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-test-docker (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update triple single quotes to triple double quotes (#84099)Matt Clay2024-10-093-13/+13
| | | | | | | | | * Update triple single quotes to triple double quotes This change was fully automated. The updated Python files have been verified to tokenize the same as the originals, except for the expected change in quoting of strings, which were verified through literal_eval. * Manual conversion of docstring quotes
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-055-10/+5
|
* Refactor ansible-test integration tests. (#78168)Matt Clay2022-06-304-37/+11
| | | | | | | | | | | | | | | | | * Relocate update-ignore.py for easier re-use. * Add script to ease collection testing. * Skip ignore rewrite if file does not exist. * Add integration test for the shebang sanity test. * Fix ansible-test-no-tty integration test. Previously the test only verified a TTY was not used if a TTY already existed. This prevented the test from verifying behavior when run in CI. Now the test creates a PTY before invoking ansible-test. * Clean up ansible-test-docker integration test.
* ansible-test pssa update and new rules (#76256)Jordan Borean2021-11-112-2/+2
|
* ansible-test - split controller/target testing (#75605)Matt Clay2021-09-211-0/+1
|
* Update Python versions for controller-only tests. (#74652)Matt Clay2021-05-111-1/+1
| | | | | | | * Update Python versions for controller-only tests. Both `ansible-galaxy` and `ansible-test` integration tests only run on the controller. * Use a venv to make requirements available.
* Update ansible-test integration tests. (#69970)Matt Clay2020-06-091-0/+6
| | | | | | | * Extend ansible-test collection test. It now runs `rstcheck` and `empty-init` tests. * Add galaxy.yml to test collections.
* Ansible.Basic added generic fragment merger for module options (#69719)Jordan Borean2020-05-291-3/+1
|
* ansible-test - fix up relative util import for powershell validate-modules ↵Jordan Borean2020-05-2912-0/+212
(#69753) * ansible-test - fix up relative util import for powershell validate-modules * Use different tactic for generic group * Use python 2 and 3