Skip to content

Commit

Permalink
Updated make tests comment to match inv pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
tleonhardt committed Jan 17, 2025
1 parent 4a868a6 commit 60edfda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ check: ## Run code quality tools.
test: ## Test the code with pytest.
@echo "🚀 Testing code: Running pytest"
@uv run python -m pytest --cov --cov-config=pyproject.toml --cov-report=xml tests
@uv run python -m pytest --cov --cov-config=pyproject.toml --cov-report=xml tests_isolated

.PHONY: build
build: clean-build ## Build wheel file
Expand Down

0 comments on commit 60edfda

Please sign in to comment.