You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/lib/ansible_test/_internal/cli
Matt Clay a06fa496d3
ansible-test - Code cleanup and refactoring. (#77169)
* 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.
2 years ago
..
argparsing ansible-test - Code cleanup and refactoring. (#77169) 2 years ago
commands ansible-test - Code cleanup and refactoring. (#77169) 2 years ago
parsers ansible-test - Code cleanup and refactoring. (#77169) 2 years ago
__init__.py ansible-test - Improve help for unsupported cwd. (#76866) 2 years ago
actions.py ansible-test - split controller/target testing (#75605) 3 years ago
compat.py ansible-test - Code cleanup and refactoring. (#77169) 2 years ago
completers.py ansible-test - Code cleanup and refactoring. (#77169) 2 years ago
converters.py ansible-test - split controller/target testing (#75605) 3 years ago
environments.py ansible-test - Code cleanup and refactoring. (#77169) 2 years ago
epilog.py ansible-test - Improve help for unsupported cwd. (#76866) 2 years ago