Skip to content

Commit 26df106

Browse files
author
Jakob Zanker
committed
Merge remote-tracking branch 'upstream/initial' into feat/flask-openapi3
# Conflicts: # src/pytest_api_cov/frameworks.py
2 parents e8cb5a1 + 0dceb4e commit 26df106

26 files changed

+1500
-410
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)