hamlib/bindings/python
Daniele Forsi IU5HKX 2890da9d79 Split the tests
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.
2025-08-09 15:57:45 +02:00
..
conftest.py Add default values for make (dist)check 2025-07-27 20:13:07 +02:00
generate_tests.py Use alternate quoting for older Python versions 2025-07-22 16:15:56 -05:00
test_amp.py Allow to execute some tests with a simulator or with a real amplifier 2025-07-27 12:57:35 +02:00
test_Hamlib_Amp_class.py Rewrite automated tests with newlines 2025-07-18 23:47:53 +02:00
test_Hamlib_class.py Update the tests 2025-07-22 23:42:30 +02:00
test_Hamlib_Rig_class.py Implement remaining event callbacks 2025-08-09 10:33:51 +02:00
test_Hamlib_Rot_class.py Rewrite automated tests with newlines 2025-07-18 23:47:53 +02:00
test_rig.py Split the tests 2025-08-09 15:57:45 +02:00
test_rot.py Allow to execute some tests with a simulator or with a real rotator 2025-07-27 12:53:23 +02:00
test_startup.py Revert "Fix Rig.send_morse()" 2025-07-27 10:22:04 +02:00