Kaydet (Commit) 590af0a7 authored tarafından Collin Winter's avatar Collin Winter

Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctest2…

Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctest2 higher up in the testing order.
üst 154bc7c9
...@@ -474,6 +474,9 @@ STDTESTS = [ ...@@ -474,6 +474,9 @@ STDTESTS = [
'test_builtin', 'test_builtin',
'test_exceptions', 'test_exceptions',
'test_types', 'test_types',
'test_unittest',
'test_doctest',
'test_doctest2',
] ]
NOTTESTS = [ NOTTESTS = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment