]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Replace assert statements with self.assertXxx() calls
authorZachary Ware <zachary.ware@gmail.com>
Tue, 19 Apr 2016 16:49:37 +0000 (11:49 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Tue, 19 Apr 2016 16:49:37 +0000 (11:49 -0500)
commit75b1bdcafa4ebc532734afb27daa35f259551adf
tree5634ce4fd316cd32818a29d62364c13cd74e3190
parentdef8072c344d30321953bb8d40d59541bc827e6d
Replace assert statements with self.assertXxx() calls

Sync with upstream, see github.com/python/typing/pull/205
Lib/test/test_typing.py