]> granicus.if.org Git - python/commit
Patch #736962: port test_inspect to unittest. As part of this, move out
authorJohannes Gijsbers <jlg@dds.nl>
Sun, 12 Dec 2004 16:20:22 +0000 (16:20 +0000)
committerJohannes Gijsbers <jlg@dds.nl>
Sun, 12 Dec 2004 16:20:22 +0000 (16:20 +0000)
commitcb9015dc088676e7fa6434081d105068cded7743
treed9f696e5d606a72294208d0689c18c246bce97de
parent6b220b03555171c1d2d9666a79391542d989b280
Patch #736962: port test_inspect to unittest. As part of this, move out
the fodder modules to separate files to get rid of the imp.load_source()
trickery.
Lib/test/inspect_fodder.py [new file with mode: 0644]
Lib/test/inspect_fodder2.py [new file with mode: 0644]
Lib/test/test_inspect.py