Make test_amp.py more similar to the others

pull/1803/head
Daniele Forsi IU5HKX 2025-07-19 16:59:09 +02:00
rodzic 1e484942fc
commit ce6e4a8e57
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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):