]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18864: Don't try and use unittest as a testing module for
authorBrett Cannon <brett@python.org>
Fri, 22 Nov 2013 19:38:09 +0000 (14:38 -0500)
committerBrett Cannon <brett@python.org>
Fri, 22 Nov 2013 19:38:09 +0000 (14:38 -0500)
commite0c3bd78c5934ccdaf78b810be0ea6557f44db83
tree591b3bfaaa8105976f86ff4c303c8d854cba972a
parenta24348cec112a2fd0b7c993981e2428e73f261d9
Issue #18864: Don't try and use unittest as a testing module for
built-in loading; leads to a reload scenario where attributes get set
which are wrong after the test.
Lib/test/test_importlib/builtin/test_loader.py