kopia lustrzana https://github.com/Hamlib/Hamlib
Make test_amp.py more similar to the others
rodzic
1e484942fc
commit
ce6e4a8e57
|
@ -63,7 +63,11 @@ class TestClass:
|
|||
assert level is None
|
||||
assert amp.set_powerstat(Hamlib.RIG_POWER_ON) is None
|
||||
assert amp.get_powerstat() == Hamlib.RIG_POWER_ON
|
||||
|
||||
assert amp.close() is None
|
||||
assert amp.state.comm_state == 0
|
||||
info = amp.get_info()
|
||||
assert info is None
|
||||
|
||||
|
||||
def test_object_creation(self):
|
||||
|
|
Ładowanie…
Reference in New Issue