mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
Enable assert Hamlib.rigerror()
Pull request #1727 has been merged so now the test succeeds.
This commit is contained in:
parent
5915f17322
commit
ec8eaab1f5
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ class TestClass:
|
|||
assert my_rig.get_conf("retry") == '5'
|
||||
|
||||
assert my_rig.error_status == Hamlib.RIG_OK
|
||||
# assert Hamlib.rigerror(my_rig.error_status) == "Command completed successfully\n" # FIXME: the string returned contains debug messages, fix in PR #1727
|
||||
assert Hamlib.rigerror(my_rig.error_status) == "Command completed successfully\n"
|
||||
|
||||
assert my_rig.set_freq(Hamlib.RIG_VFO_B, 5700000000) is None
|
||||
assert my_rig.set_vfo(Hamlib.RIG_VFO_B) is None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue