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
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.
4 years ago
..
ci ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
classification ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
cli ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
commands ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
compat ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
provider ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
__init__.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
ansible_util.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
become.py ansible-test - split controller/target testing (#75605) 4 years ago
bootstrap.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
cache.py ansible-test - split controller/target testing (#75605) 4 years ago
completion.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
config.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
connections.py ansible-test - Remove AIX provisioning support. (#76747) 4 years ago
constants.py Modernize install (#76021) 4 years ago
containers.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
content_config.py ansible-test - split controller/target testing (#75605) 4 years ago
core_ci.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
coverage_util.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
data.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
delegation.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
diff.py ansible-test - More PEP 484 type hints. 4 years ago
docker_util.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
encoding.py ansible-test - split controller/target testing (#75605) 4 years ago
executor.py ansible-test - split controller/target testing (#75605) 4 years ago
git.py ansible-test - More PEP 484 type hints. 4 years ago
host_configs.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
host_profiles.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
http.py ansible-test - More PEP 484 type hints. 4 years ago
init.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
inventory.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
io.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
junit_xml.py ansible-test - split controller/target testing (#75605) 4 years ago
metadata.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
payload.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
provisioning.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
pypi_proxy.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
python_requirements.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
ssh.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
target.py ansible-test - Fix type hints. 4 years ago
test.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
thread.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
timeout.py ansible-test - split controller/target testing (#75605) 4 years ago
util.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
util_common.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
venv.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago