mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-02 09:49:36 +01: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):
|
def assertRegexpMatches(self, *args, **kw):
|
||||||
return super(TestCase, self).assertRegexpMatches(*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
|
# NOT DUMMY ASSERTIONS
|
||||||
# -----------------------------------------------------------
|
# -----------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user