Skip to content

Commit 40612cb

Browse files
committed
Enable parallel test execution.
1 parent d1c353e commit 40612cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ python_files = "tests/win32/test_*.py" "tests/win32com/test_*.py"
1616
#
1717
# py.test -k test_name
1818
#
19-
addopts = "-v" "-rsxXfE" "--doctest-glob=" "--continue-on-collection-errors" "--junitxml=junit-results.xml"
19+
addopts = "-v" "-rsxXfE" "-n3" "--doctest-glob=" "--continue-on-collection-errors" "--junitxml=junit-results.xml"

0 commit comments

Comments
 (0)