mirror of
https://github.com/python/cpython.git
synced 2025-10-21 14:12:27 +00:00
#9424: Replace deprecated assert* methods in the Python test suite.
This commit is contained in:
parent
b8bc439b20
commit
b3aedd4862
170 changed files with 2388 additions and 2392 deletions
|
@ -11,4 +11,4 @@ class TestPass2(TestCase):
|
|||
# test in/out equivalence and parsing
|
||||
res = json.loads(JSON)
|
||||
out = json.dumps(res)
|
||||
self.assertEquals(res, json.loads(out))
|
||||
self.assertEqual(res, json.loads(out))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue