commit | 8767de2f776e0c8c7404680cdacad83e5d902955 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed Jul 05 10:52:06 2017 +0200 |
committer | GitHub <noreply@github.com> | Wed Jul 05 10:52:06 2017 +0200 |
tree | 44ea31bc260d0e80003dfaae4722dc75b341419d | |
parent | 668489a6d5a5b124aea35820ca90cb5e3b2b3ecd [diff] |
bpo-30759: regrtest: list_cases() now unload modules (#2582) list_cases() now unload modules, as the test runner does, to prevent a failure in test_xpickle about test.pickletester loaded after loading test_cpickle: ./python -m test --list-cases test_cpickle test_xpickle