]> granicus.if.org Git - python/commit
Port test_complex.py to unittest.
authorWalter Dörwald <walter@livinglogic.de>
Wed, 18 Jun 2003 14:26:18 +0000 (14:26 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Wed, 18 Jun 2003 14:26:18 +0000 (14:26 +0000)
commit5edd785bbb1825e8b4e89525b2dad0cec3a9394d
treeaef1f6d1f199651adac94048dfd1b71b524ab94f
parent39c5d666c94f796e4cf0beadb75f5f248f19ee7c
Port test_complex.py to unittest.

Move the constructor tests from test_builtin to test_complex.

Add a bunch of tests (code coverage is a 94%).

From SF patch #736962.
Lib/test/test_builtin.py
Lib/test/test_complex.py