Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Require `from __future__ import annotations` (#81902) | Matt Clay | 2023-10-05 | 1 | -0/+1 |
| | |||||
* | ansible-test - Allow target prefixes to use `_` (#80021) | Matt Clay | 2023-02-21 | 4 | -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 Clay | 2022-09-22 | 11 | -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). |