uhd/mpm/python/tests
Martin Braun ee75bd984c mpm: Add CompatNumber utility class
This is a class that allows handling compat numbers as a type:

>>> cn = CompatNumber(4, 3)
>>> print(cn.major)
4
>>> cn < CompatNumber(4, 5)
True
>>> cn == CompatNumber(4.3)
True
2022-06-29 12:08:02 -07:00
..
eeprom_tests mpm: add unit tests for EEPROM readers 2021-05-31 05:28:47 -07:00
base_tests.py mpm: sys_utils: add libgpiod-based Gpio helper 2021-06-03 09:34:55 -05:00
CMakeLists.txt mpm: tests: Add lib/ to library load path 2021-06-18 07:28:28 -05:00
compatnum_tests.py mpm: Add CompatNumber utility class 2022-06-29 12:08:02 -07:00
components_tests.py uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
eeprom_tests.py mpm: add unit tests for EEPROM readers 2021-05-31 05:28:47 -07:00
mpm_utils_tests.py
run_unit_tests.py mpm: Add CompatNumber utility class 2022-06-29 12:08:02 -07:00
sys_utils_tests.py uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
test_utilities.py uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00