We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6457794 commit 6d13dc3Copy full SHA for 6d13dc3
Makefile
@@ -95,7 +95,7 @@ run-web-app:
95
## test: runs core tests
96
.PHONY: test
97
test:
98
- PYTHONPATH=. pytest -v test_${PIPELINE_PACKAGE} --cov=${PACKAGE_NAME} --cov-report term-missing
+ PYTHONPATH=. python3 -m pytest -n auto -v test_${PIPELINE_PACKAGE} --cov=${PACKAGE_NAME} --cov-report term-missing
99
100
# Setting a low bar here - need more tests!
101
.PHONY: check-coverage
requirements/test.in
@@ -8,6 +8,7 @@ flake8
8
mypy
9
pytest-cov
10
pytest-mock
11
+pytest-xdist
12
nbdev
13
jupyter
14
httpx
0 commit comments