Skip to content

Commit 3270020

Browse files
committed
feedback
Signed-off-by: Filinto Duran <[email protected]>
1 parent 8f34021 commit 3270020

File tree

7 files changed

+139
-770
lines changed

7 files changed

+139
-770
lines changed

Makefile

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,15 @@ mypy:
2121

2222
.PHONY: tests
2323
tests:
24-
uv run pytest -m "not integration"
25-
26-
.PHONY: tests-unit
27-
tests-unit:
28-
uv run pytest -m "not integration"
29-
30-
.PHONY: tests-integration
31-
tests-integration:
32-
uv run pytest -m integration
24+
uv run pytest
3325

3426
.PHONY: coverage
3527
coverage:
3628

37-
uv run coverage run -m pytest -m "not integration"
29+
uv run coverage run -m pytest
3830
uv run coverage xml -o coverage.xml
3931
uv run coverage report -m --fail-under=95
4032

41-
.PHONY: tests-all
42-
tests-all:
43-
uv run pytest
44-
4533
.PHONY: snapshots-fix
4634
snapshots-fix:
4735
uv run pytest --inline-snapshot=fix

0 commit comments

Comments
 (0)