mirror of
https://github.com/kk7ds/chirp
synced 2026-08-13 17:51:36 -04:00
[tests] Don't expect the radio to return the same cross_mode
...if tmode is not "Cross" #93
This commit is contained in:
parent
d18dbb46e2
commit
b96bae9909
1 changed files with 2 additions and 0 deletions
|
|
@ -172,6 +172,8 @@ class TestCase:
|
|||
continue
|
||||
elif k == "offset" and not a.duplex:
|
||||
continue
|
||||
elif k == "cross_mode" and a.tmode != "Cross":
|
||||
continue
|
||||
|
||||
try:
|
||||
if b.__dict__[k] != v:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue