summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-test-sanity-use-compat-six (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-053-1/+5
|
* ansible-test - Narrow the scope of some sanity tests (#81273)Matt Clay2023-07-155-0/+27
* ansible-test - Limit scope of replace-urlopen test Only ansible-core code and plugins in collections can be expected to rely on module_utils. * ansible-test - Limit scope of use-compat-six test Only ansible-core code and plugins in collections can be expected to rely on module_utils. * ansible-test - Limit scope of no-get-exception test Only ansible-core code and plugins in collections should be checked for usage of outdated module_utils functions. * Add integration tests