Skip to content

Commit 3362fd0

Browse files
Use ExtraAssertions for assertEndsWith(), added to TestCase in 3.14
1 parent 3be0761 commit 3362fd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ def test_skipped_without_subprocess_support(self):
968968
self.assertEqual(calls, [])
969969

970970

971-
class TestSubTests(unittest.TestCase):
971+
class TestSubTests(ExtraAssertions, unittest.TestCase):
972972

973973
def run_test(self, cls):
974974
result = unittest.TestResult()

0 commit comments

Comments
 (0)