]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19596: Set untestable tests in test_importlib to None
authorZachary Ware <zachary.ware@gmail.com>
Tue, 19 Nov 2013 03:44:38 +0000 (21:44 -0600)
committerZachary Ware <zachary.ware@gmail.com>
Tue, 19 Nov 2013 03:44:38 +0000 (21:44 -0600)
commit4accf45f0e231987a47e1dc2bee0fef5e1b03962
tree42136986997379dc30763f6a99615b4868c18bc6
parent30d8e167ff37f25f63cced74cac970ca409cbd99
Issue #19596: Set untestable tests in test_importlib to None
to avoid reporting success on empty tests.
Lib/test/test_importlib/builtin/test_finder.py
Lib/test/test_importlib/builtin/test_loader.py
Lib/test/test_importlib/extension/test_finder.py
Lib/test/test_importlib/extension/test_loader.py
Lib/test/test_importlib/frozen/test_finder.py
Lib/test/test_importlib/frozen/test_loader.py
Misc/NEWS