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.
10 months ago
..
basic 🔥 Exterminate `__builtin__` import from tests (#82569) 10 months ago
common Remove Python 2 compat (via six) from unit tests 1 year ago
compat Remove Python 2 compat (via six) from unit tests 1 year ago
facts Add Alp-Dolomite to Suse family list (#82496) 11 months ago
json_utils Remove Python 2.x compat from unit tests (#82109) 1 year ago
parsing Require `from __future__ import annotations` (#81902) 1 year ago
urls Remove Python 2 compat (via six) from unit tests 1 year ago
__init__.py
conftest.py Remove Python 2 compat (via six) from unit tests 1 year ago
test_api.py Require `from __future__ import annotations` (#81902) 1 year ago
test_connection.py Require `from __future__ import annotations` (#81902) 1 year ago
test_distro.py Remove unused/unreachable unit test code (#82160) 1 year ago
test_text.py Remove Python 2 compat (via six) from unit tests 1 year ago