mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
It makes it easier in future to conditionally run some tests(eg. to not test PTT for receiver-only rigs), or to run tests in isolation (after renaming them). It makes it easier to look at failing tests because pytest prints the code of the failing test up to the failure including any function that called the failed test (in this case would print everything from def test_with_open() up to the line with the failed assert. |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| generate_tests.py | ||
| test_amp.py | ||
| test_Hamlib_Amp_class.py | ||
| test_Hamlib_class.py | ||
| test_Hamlib_Rig_class.py | ||
| test_Hamlib_Rot_class.py | ||
| test_rig.py | ||
| test_rot.py | ||
| test_startup.py | ||