e2e crud 0.2

This commit is contained in:
2026-08-18 19:33:41 +03:00
parent 1eb9935a15
commit b3083b0e82
8 changed files with 333 additions and 72 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ allure: ## Generate allure report
.PHONY: coverage
coverage: ## Run pytest coverage
${VENV} pytest --cov=src tests/
${VENV} pytest --cov=src tests/ --cov-report=term-missing
.PHONY: clear
clear: ## Delete old test results