summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-test-integration-targets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-051-0/+1
|
* ansible-test - Allow target prefixes to use `_` (#80021)Matt Clay2023-02-214-0/+14
| | | Integration test target prefixes defined in a `tests/integration/target-prefixes.{group}` file can now contain an underscore (`_`) character.
* ansible-test - Fix integration test target filter. (#78862)Matt Clay2022-09-2211-0/+64
- Allow disabled, unsupported, unstable and destructive integration test targets to be selected using their respective prefixes. - Allow unstable tests to run when targeted changes are made and the ``--allow-unstable-changed`` option is specified (resolves https://github.com/ansible/ansible/issues/74213).