Hamlib/bindings/python
Daniele Forsi IU5HKX c3ec11e5f7 Allow to execute some tests with a simulator or with a real rig
To execute the tests with the installed Hamlib use the same long arguments
as rigctl, eg:
 bindings/python/test_rig.py --model {MODEL_NUMBER} --rig-file /dev/ttyUSB0 --serial-speed {BAUD}

To execute the tests from the build tree, add the path to the libraries
that you built, eg. from the root of the build tree:
 PYTHONPATH=bindings/:bindings/.libs/ ...your command...
2025-07-27 10:47:46 +02:00
..
conftest.py Allow to execute some tests with a simulator or with a real rig 2025-07-27 10:47:46 +02:00
generate_tests.py Use alternate quoting for older Python versions 2025-07-22 16:15:56 -05:00
test_Hamlib_Amp_class.py
test_Hamlib_Rig_class.py
test_Hamlib_Rot_class.py
test_Hamlib_class.py Update the tests 2025-07-22 23:42:30 +02:00
test_amp.py
test_rig.py Allow to execute some tests with a simulator or with a real rig 2025-07-27 10:47:46 +02:00
test_rot.py
test_startup.py