Issue #22903: The fake test case created by unittest.loader when it fails importing...
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 18 Mar 2015 22:56:46 +0000 (23:56 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 18 Mar 2015 22:56:46 +0000 (23:56 +0100)
commitd833779ceaebeb29352488ffddabf5fc2f070364
tree83ff79a3d53920897701d6180472e40ec4e72e93
parentc4c19b39381460a2353c2789f13fa2bb1ab565c1
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