mirror of
https://github.com/rembo10/headphones.git
synced 2026-04-01 02:29:26 +01:00
UGP: improved unittestcompat. assertItemsEqual added
This commit is contained in:
@@ -45,6 +45,10 @@ class TestCase(TC):
|
||||
def assertRegexpMatches(self, *args, **kw):
|
||||
return super(TestCase, self).assertRegexpMatches(*args, **kw)
|
||||
|
||||
@_d
|
||||
def assertItemsEqual(self, *args, **kw):
|
||||
return super(TestCase, self).assertItemsEqual(*args, **kw)
|
||||
|
||||
# -----------------------------------------------------------
|
||||
# NOT DUMMY ASSERTIONS
|
||||
# -----------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user