mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-23 13:19:27 +00:00
Merge remote-tracking branch 'maxkoryukov/feature/unittestcompat-assert-items-equal' into develop
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