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/facts/hardware
Matt Clay 955e310b4c
Cover unit tests with mypy (#84084)
* 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.
2 months ago
..
fixtures Darwin: add unit tests for hardware fact gathering (#83212) 7 months ago
freebsd facts: Update RAID devices regex for FreeBSD (#82081) 7 months ago
linux Gather sysinfo facts on s390 (#83157) 7 months ago
__init__.py More statvfs info for mount facts rebase 12073 (#25454) 8 years ago
aix_data.py Require `from __future__ import annotations` (#81902) 1 year ago
linux_data.py facts: add facts about x86_64 flags to detect microarchitecture (#83356) 6 months ago
test_aix_processor.py Require `from __future__ import annotations` (#81902) 1 year ago
test_darwin_facts.py Darwin: add unit tests for hardware fact gathering (#83212) 7 months ago
test_linux.py Cover unit tests with mypy (#84084) 2 months ago
test_linux_get_cpu_info.py Warn if the binary is unavailable using get_bin_path (#83258) 6 months ago
test_sunos_get_uptime_facts.py Require `from __future__ import annotations` (#81902) 1 year ago