Skip to content
Snippets Groups Projects
Commit dfa638fd authored by tuhe's avatar tuhe
Browse files

Updates

parent 877a8e0d
No related branches found
No related tags found
No related merge requests found
File added
File added
File added
...@@ -77,7 +77,7 @@ class QItem(unittest.TestCase): ...@@ -77,7 +77,7 @@ class QItem(unittest.TestCase):
if self.tol > 0 and self.testfun is None: if self.tol > 0 and self.testfun is None:
self.testfun = self.assertL2Relative self.testfun = self.assertL2Relative
else: else:
self.testfun = unittest.TestCase.assertEqual self.testfun = self.assertEqual
self.name = self.__class__.__name__ self.name = self.__class__.__name__
self._correct_answer_payload = correct_answer_payload self._correct_answer_payload = correct_answer_payload
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment