We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc3bc46 commit 3c157cbCopy full SHA for 3c157cb
test/doctool/testcfg.py
@@ -4,4 +4,4 @@
4
import testpy
5
6
def GetConfiguration(context, root):
7
- return testpy.SimpleTestConfiguration(context, root, 'doctool')
+ return testpy.ParallelTestConfiguration(context, root, 'doctool')
0 commit comments