diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2013-11-19 03:44:38 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2013-11-19 03:44:38 (GMT) |
commit | 4accf45f0e231987a47e1dc2bee0fef5e1b03962 (patch) | |
tree | 42136986997379dc30763f6a99615b4868c18bc6 /Misc | |
parent | 30d8e167ff37f25f63cced74cac970ca409cbd99 (diff) | |
download | cpython-4accf45f0e231987a47e1dc2bee0fef5e1b03962.zip cpython-4accf45f0e231987a47e1dc2bee0fef5e1b03962.tar.gz cpython-4accf45f0e231987a47e1dc2bee0fef5e1b03962.tar.bz2 |
Issue #19596: Set untestable tests in test_importlib to None
to avoid reporting success on empty tests.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -51,6 +51,9 @@ Library Tests ----- +- Issue #19596: Set untestable tests in test_importlib to None to avoid + reporting success on empty tests. + - Issue #19440: Clean up test_capi by removing an unnecessary __future__ import, converting from test_main to unittest.main, and running the _testcapi module tests within a unittest TestCase. |