summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-test-units (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update triple single quotes to triple double quotes (#84099)Matt Clay2024-10-091-5/+5
| | | | | | | | | * 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-054-8/+4
|
* Split up ansible-test integration tests. (#78520)Matt Clay2022-08-116-0/+83
* Relocate venv-pythons.py script. * Split out unsupported-directory test. * Split out sanity-import test. * Split out sanity-validate-modules test. * Split out units test. * Split out integration test. * Split out units-constraints test. * Split out integration-constraints test. * Split out coverage test. * Split out sanity test. * Split out git test. * Update test groups.