Commit ba07261b authored by Collin Winter's avatar Collin Winter

Backported r54226 from p3yk: Move test_unittest, test_doctest and...

Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctest2 higher up in the testing order.
parent 9300e7e6
......@@ -474,6 +474,9 @@ STDTESTS = [
'test_builtin',
'test_exceptions',
'test_types',
'test_unittest',
'test_doctest',
'test_doctest2',
]
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