Skip to content

Commit 75f61d5

Browse files
committed
parallel tests with pytest-xdist
1 parent ccb7a77 commit 75f61d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type:
2020

2121
.PHONY: test
2222
test:
23-
pytest
23+
pytest -n auto
2424

2525

2626
.PHONY: coverage

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ test = [
3434
"pytest==7.2.2",
3535
"pytest-cov==4.1.0",
3636
"vulture==2.7",
37+
"pytest-xdist==3.3.1",
3738
]
3839

3940
[project.scripts]

0 commit comments

Comments
 (0)