summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Tests/2018-12-12-18-20-18.bpo-34279.DhKcuP.rst
blob: 5a70cc5308efc413beb9a76196d3c7a16741f489 (plain)
1
2
3
: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.