Skip to content

Commit 6e7ffd8

Browse files
authored
Merge pull request #4 from BarnabasG/initial
Merging to main - method aware coverage and flask-openapi3 support
2 parents 0ebdfee + 96101bb commit 6e7ffd8

26 files changed

+1504
-408
lines changed

Makefile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ test:
2020
@echo "Running plugin tests..."
2121
@uv run python -u -m pytest tests/
2222

23+
typeguard:
24+
@echo "Running typeguard..."
25+
@uv run python -u -m pytest tests/ --typeguard-packages=tests/
26+
2327
test-example:
2428
@echo "Running example tests with API coverage..."
2529
@uv run python -u -m pytest example/tests/ --api-cov-report --api-cov-fail-under=50
@@ -49,7 +53,9 @@ build:
4953
@uv sync
5054
@uv build
5155

52-
publish:
56+
pipeline: format clean test cover typeguard test-example test-example-parallel
57+
58+
publish: pipeline build
5359
@echo "Publishing plugin..."
5460
@uv publish --token $(PYPI_TOKEN)
5561

0 commit comments

Comments
 (0)