We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22e05a commit d8e1a6eCopy full SHA for d8e1a6e
ext_tests.py
@@ -67,7 +67,7 @@ def _test(self, test):
67
# if there is no 'expected' we only verify that applying the patch
68
# does not raise an exception
69
if 'expected' in test:
70
- self.assertEquals(res, test['expected'], test.get('comment', ''))
+ self.assertEqual(res, test['expected'], test.get('comment', ''))
71
72
73
def make_test_case(tests):
0 commit comments