mirror of
https://github.com/kk7ds/chirp
synced 2026-08-13 17:51:36 -04:00
Improve reporting of settings failures in tests
This commit is contained in:
parent
a7b805ab77
commit
c2ff1b0421
1 changed files with 3 additions and 0 deletions
|
|
@ -35,6 +35,9 @@ class TestCaseSettings(base.DriverTest):
|
|||
self.assertEqual(a.get_value(), b.get_value(),
|
||||
'Setting value changed from %r to %r' % (
|
||||
a.get_value(), b.get_value()))
|
||||
except Exception as e:
|
||||
print('Failed %s on %s' % (e, a.get_name()))
|
||||
raise
|
||||
|
||||
def test_memory_extra_frozen(self):
|
||||
# Find the first non-empty memory and try to set it back as a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue