Skip to content

Commit 427f435

Browse files
committed
added pytest to the functional test
1 parent 6d702db commit 427f435

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ build-python-package:
5858

5959
.PHONY: functional-tests
6060
functional-tests:
61-
@uv run --with dist/pymusas-0.3.0-py3-none-any.whl --no-project --isolated pytest --doctest-modules pymusas/
62-
@uv run --with dist/pymusas-0.3.0-py3-none-any.whl --no-project --isolated pytest tests/functional_tests
61+
@uv run --with dist/pymusas-0.3.0-py3-none-any.whl --with pytest --no-project --isolated pytest --doctest-modules pymusas/
62+
@uv run --with dist/pymusas-0.3.0-py3-none-any.whl --with pytest --no-project --isolated pytest tests/functional_tests
6363

6464
.PHONY: lint
6565
lint:

0 commit comments

Comments
 (0)