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.
|