]> granicus.if.org Git - python/commit
Use assertTrue() instead of deprecated assert_(). (GH-5526) (GH-5527)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 4 Feb 2018 16:38:56 +0000 (08:38 -0800)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 4 Feb 2018 16:38:56 +0000 (18:38 +0200)
commite6499a07d4f55bb75690340e6fdd9b7b69d581e1
tree2ea8d9fba8c7584bfaea165eb348a0998772916f
parent1a0239e12e161609fdf68f13cedbabca9bf353f1
Use assertTrue() instead of deprecated assert_(). (GH-5526) (GH-5527)

(cherry picked from commit 95c3262762f7d0da97ad633f40bed7cd2df9814c)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_site.py