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 fb78dfb commit e9e4d1cCopy full SHA for e9e4d1c
Makefile
@@ -83,11 +83,7 @@ annotate: ## run python type annotation checks with mypy
83
#########
84
.PHONY: test-py tests-py coverage-py
85
test-py: ## run python tests
86
-<<<<<<< before updating
87
- python -m pytest -v rust_template/tests --junitxml=junit.xml
88
-=======
89
python -m pytest -v rust_template/tests
90
->>>>>>> after updating
91
92
# alias
93
tests-py: test-py
0 commit comments