]> granicus.if.org Git - python/commit
Use assertEqual() instead of assertEquals(). (GH-9721)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 5 Oct 2018 18:09:56 +0000 (21:09 +0300)
committerGitHub <noreply@github.com>
Fri, 5 Oct 2018 18:09:56 +0000 (21:09 +0300)
commit4642d5f59828e774585e9895b538b24d71b9df8e
treee3db0b331ea365d9c4029bbfe17cb15ce38f4ad9
parent4313a293dae579f3406aa94508ff3803a79b0344
Use assertEqual() instead of assertEquals(). (GH-9721)

Fixes warnings in tests added in bpo-32117 and bpo-34603.
Lib/ctypes/test/test_win32.py
Lib/test/test_grammar.py