We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40be01b commit 130420bCopy full SHA for 130420b
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