summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests/2018-12-12-18-20-18.bpo-34279.DhKcuP.rst
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2019-02-03 13:02:52 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2019-02-03 13:02:52 (GMT)
commit8efa3b69f669fcca8ebe0d046ae078e64d073bd2 (patch)
tree61a9393f6217b7240f2cf95fca7fe8f8bdc49663 /Misc/NEWS.d/next/Tests/2018-12-12-18-20-18.bpo-34279.DhKcuP.rst
parentf75d59e1a896115bd52f543a417c665d6edc331f (diff)
downloadcpython-8efa3b69f669fcca8ebe0d046ae078e64d073bd2.zip
cpython-8efa3b69f669fcca8ebe0d046ae078e64d073bd2.tar.gz
cpython-8efa3b69f669fcca8ebe0d046ae078e64d073bd2.tar.bz2
[blurb] v3.8.0a1
Diffstat (limited to 'Misc/NEWS.d/next/Tests/2018-12-12-18-20-18.bpo-34279.DhKcuP.rst')
-rw-r--r--Misc/NEWS.d/next/Tests/2018-12-12-18-20-18.bpo-34279.DhKcuP.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Tests/2018-12-12-18-20-18.bpo-34279.DhKcuP.rst b/Misc/NEWS.d/next/Tests/2018-12-12-18-20-18.bpo-34279.DhKcuP.rst
deleted file mode 100644
index 5a70cc5..0000000
--- a/Misc/NEWS.d/next/Tests/2018-12-12-18-20-18.bpo-34279.DhKcuP.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-:func:`test.support.run_unittest` no longer raise :exc:`TestDidNotRun` if
-the test result contains skipped tests. The exception is now only raised if
-no test have been run and no test have been skipped.