[Hamlib-developer] [Hamlib/Hamlib] c3ec11: Allow to execute some tests with a simulator or wi...
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <no...@gi...> - 2025-07-27 15:53:40
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: c3ec11e5f7636ebe0912b43f59804aae326ee917 https://github.com/Hamlib/Hamlib/commit/c3ec11e5f7636ebe0912b43f59804aae326ee917 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-27 (Sun, 27 Jul 2025) Changed paths: A bindings/python/conftest.py M bindings/python/test_rig.py Log Message: ----------- 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... Commit: ede84bfce41bf8da3dafea7c585666259a5e4b71 https://github.com/Hamlib/Hamlib/commit/ede84bfce41bf8da3dafea7c585666259a5e4b71 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-27 (Sun, 27 Jul 2025) Changed paths: M src/conf.c Log Message: ----------- Also check the "val" parameter in rig_set_conf() Avoids a segfault in lower level functions that can more easily happen when using the bindings. Simmetric with rig_get_conf() via rig_get_conf2(). Commit: eefdda51e5451c9b470d84e4fdfc834e254f5d3a https://github.com/Hamlib/Hamlib/commit/eefdda51e5451c9b470d84e4fdfc834e254f5d3a Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-27 (Sun, 27 Jul 2025) Changed paths: M README.developer Log Message: ----------- Update documentation for Python tests Commit: 6088445635876162b47a9d59d4ce70a7d1fef128 https://github.com/Hamlib/Hamlib/commit/6088445635876162b47a9d59d4ce70a7d1fef128 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-27 (Sun, 27 Jul 2025) Changed paths: M bindings/python/conftest.py M bindings/python/test_rot.py Log Message: ----------- Allow to execute some tests with a simulator or with a real rotator 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... Commit: 0df9d1767eb7550e1f1668f62e6612e4fd2c442b https://github.com/Hamlib/Hamlib/commit/0df9d1767eb7550e1f1668f62e6612e4fd2c442b Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-07-27 (Sun, 27 Jul 2025) Changed paths: M bindings/python/conftest.py M bindings/python/test_amp.py Log Message: ----------- Allow to execute some tests with a simulator or with a real amplifier To execute the tests with the installed Hamlib use the same long arguments as ampctl, eg: bindings/python/test_amp.py --model {MODEL_NUMBER} --amp-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... Commit: 119e0793739c772fcee2fbe7228c4b61afc279e1 https://github.com/Hamlib/Hamlib/commit/119e0793739c772fcee2fbe7228c4b61afc279e1 Author: Nate Bargmann <n0...@n0...> Date: 2025-07-27 (Sun, 27 Jul 2025) Changed paths: M README.developer A bindings/python/conftest.py M bindings/python/test_amp.py M bindings/python/test_rig.py M bindings/python/test_rot.py M src/conf.c Log Message: ----------- Merge GitHub PR #1790 Compare: https://github.com/Hamlib/Hamlib/compare/7cceee9abad1...119e0793739c To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |