]> granicus.if.org Git - python/commit
Issue #22903: The fake test case created by unittest.loader when it fails importing...
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 18 Mar 2015 23:01:37 +0000 (00:01 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 18 Mar 2015 23:01:37 +0000 (00:01 +0100)
commit8eef6a9ad04f6f81190f44ae3ded427e4083baa2
tree1efe0d3c609b40de1725719968942f6780f7581f
parent52a05ab52467ad1df7572f656cf87fc47aa0282d
parentd833779ceaebeb29352488ffddabf5fc2f070364
Issue #22903: The fake test case created by unittest.loader when it fails importing a test module is now picklable.
Lib/unittest/loader.py
Lib/unittest/test/test_discovery.py
Misc/NEWS