Skip to content

Commit 60edfda

Browse files
committed
Updated make tests comment to match inv pytest
1 parent 4a868a6 commit 60edfda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ check: ## Run code quality tools.
1717
test: ## Test the code with pytest.
1818
@echo "🚀 Testing code: Running pytest"
1919
@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
2021

2122
.PHONY: build
2223
build: clean-build ## Build wheel file

0 commit comments

Comments
 (0)