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.
make tests
inv pytest
1 parent 4a868a6 commit 60edfdaCopy full SHA for 60edfda
Makefile
@@ -17,6 +17,7 @@ check: ## Run code quality tools.
17
test: ## Test the code with pytest.
18
@echo "🚀 Testing code: Running pytest"
19
@uv run python -m pytest --cov --cov-config=pyproject.toml --cov-report=xml tests
20
+ @uv run python -m pytest --cov --cov-config=pyproject.toml --cov-report=xml tests_isolated
21
22
.PHONY: build
23
build: clean-build ## Build wheel file
0 commit comments