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/units/module_utils
Matt Clay 4ec023efe0
[stable-2.18] Cover unit tests with mypy (#84084) (#84086)
* Added support for testing unit tests with mypy.
* Added support for ignoring individual mypy error codes.
* Added missing assert on unit tests and marked xfail.
* Added type hints for some unit tests.
* Added ignores for unit tests not passing mypy.
* Fixed incorrect autouse argument in unit test fixtures.
* Fixed minor issues causing problems with mypy in unit tests.

(cherry picked from commit 955e310b4c)
1 year ago
..
_internal Add DaemonThreadPoolExecutor impl (#83880) 1 year ago
basic [stable-2.18] Cover unit tests with mypy (#84084) (#84086) 1 year ago
common [stable-2.18] Cover unit tests with mypy (#84084) (#84086) 1 year ago
compat Remove Python 2 compat (via six) from unit tests 2 years ago
facts [stable-2.18] Cover unit tests with mypy (#84084) (#84086) 1 year ago
json_utils Remove Python 2.x compat from unit tests (#82109) 2 years ago
parsing Require `from __future__ import annotations` (#81902) 2 years ago
urls test: update tests (#83686) 1 year ago
__init__.py Add empty-init code-smell script. (#18406) 9 years ago
conftest.py Remove Python 2 compat (via six) from unit tests 2 years ago
test_api.py Require `from __future__ import annotations` (#81902) 2 years ago
test_connection.py Require `from __future__ import annotations` (#81902) 2 years ago
test_distro.py Remove unused/unreachable unit test code (#82160) 2 years ago
test_text.py Remove Python 2 compat (via six) from unit tests 2 years ago