mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
Nicer message on assert
This commit is contained in:
parent
d7787b38fc
commit
4df05d71d6
1 changed files with 1 additions and 1 deletions
|
|
@ -30,4 +30,4 @@ class BaseTest(TestCase):
|
|||
if k in expected_changes:
|
||||
self.ae(expected_changes[k], v)
|
||||
else:
|
||||
self.assertFalse(v)
|
||||
self.assertFalse(v, 'The property {} was expected to be empty but is: {}'.format(k, v))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue