Run tests across multiple cores/CPUs
This commit is contained in:
parent
bd24050e3f
commit
2ffd4e6f5a
7 changed files with 368 additions and 292 deletions
2
Makefile
2
Makefile
|
@ -44,7 +44,7 @@ format: $(INSTALL_STAMP)
|
|||
|
||||
.PHONY: test
|
||||
test: $(INSTALL_STAMP)
|
||||
$(POETRY) run pytest -s -vv ./tests/ --cov-report term-missing --cov $(NAME)
|
||||
$(POETRY) run pytest -n auto -s -vv ./tests/ --cov-report term-missing --cov $(NAME)
|
||||
|
||||
.PHONY: shell
|
||||
shell: $(INSTALL_STAMP)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue