summaryrefslogtreecommitdiff
path: root/test/lib/ansible_test/_internal/compat
Commit message (Collapse)AuthorAgeFilesLines
* ansible-test - Improve code formatting (#79983)Matt Clay2023-02-131-0/+1
| | | | | | | | | | | | | | | | | * ansible-test - Add blank lines after docstrings * ansible-test - Preserve formatting of arg pairs * ansible-test - Remove unused string * ansible-test - Remove pointless dict() usage * ansible-test - Clean up initial func arg indenting * ansible-test - Clean up constructor arg indenting * ansible-test - Clean up func arg wrapping * ansible-test - Clean up comma and paren placement
* ansible-test - Convert more type hints. (#78449)Matt Clay2022-08-042-3/+3
| | | | | | | | | * Simple regex replace of multi-line function arg annotations. * Simple regex replace of multi-line function arg annotations with default values. * Simple regex replace of multi-line function arg return annotations. * Simple regex replace of assignment annotations.
* ansible-test - Code cleanup and refactoring. (#77169)Matt Clay2022-02-282-3/+7
| | | | | | | | | | | | | | | | | * Remove unnecessary PyCharm ignores. * Ignore intentional undefined attribute usage. * Add missing type hints. Fix existing type hints. * Fix docstrings and comments. * Use function to register completion handler. * Pass strings to display functions. * Fix CompositeAction handling of dest argument. * Use consistent types in expressions/assignments. * Use custom function to keep linters happy. * Add missing raise for custom exception. * Clean up key/value type handling in cloud plugins. * Use dataclass instead of dict for results. * Add custom type_guard function to check lists. * Ignore return type that can't be checked (yet). * Avoid changing types on local variables.
* ansible-test - split controller/target testing (#75605)Matt Clay2021-09-203-8/+13
|
* Add collection config support to ansible-test.Matt Clay2021-04-273-0/+33