feat: bump version to 1.11.0 and add verbose pytest flags in Makefile

This commit is contained in:
2025-11-07 16:41:32 +00:00
parent 8d29cc8fe8
commit d59cbb4509
4 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ install-dev:
pre-commit install
test:
pytest
pytest tests/ -v --tb=long --full-trace -l --maxfail=10
test-cov:
pytest --cov=pr --cov-report=html --cov-report=term-missing