mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
To execute the tests with the installed Hamlib use the same long arguments
as rotctl, eg:
bindings/python/test_rot.py --model {MODEL_NUMBER} --rot-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...
|
||
|---|---|---|
| .. | ||
| 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 | ||