Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update triple single quotes to triple double quotes (#84099) | Matt Clay | 2024-10-09 | 1 | -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 Clay | 2023-10-05 | 4 | -8/+4 |
| | |||||
* | Split up ansible-test integration tests. (#78520) | Matt Clay | 2022-08-11 | 6 | -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. |