We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb7a77 commit 75f61d5Copy full SHA for 75f61d5
Makefile
@@ -20,7 +20,7 @@ type:
20
21
.PHONY: test
22
test:
23
- pytest
+ pytest -n auto
24
25
26
.PHONY: coverage
pyproject.toml
@@ -34,6 +34,7 @@ test = [
34
"pytest==7.2.2",
35
"pytest-cov==4.1.0",
36
"vulture==2.7",
37
+ "pytest-xdist==3.3.1",
38
]
39
40
[project.scripts]
0 commit comments