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
Sviatoslav Sydorenko (Святослав Сидоренко) a3e5546e43
🔥 Exterminate `__builtin__` import from tests (#82569)
This patch removes an import fallback that was only executed under
Python 2. Now that we don't run tests against that runtime, it
generates an uncovered line. Dropping it will slightly increase the
coverage metric as a side effect.
2 years ago
..
basic 🔥 Exterminate `__builtin__` import from tests (#82569) 2 years ago
common Remove Python 2 compat (via six) from unit tests 2 years ago
compat Remove Python 2 compat (via six) from unit tests 2 years ago
facts Add Alp-Dolomite to Suse family list (#82496) 2 years 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 Remove Python 2 compat (via six) from unit tests 2 years 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