add test data creation to makefile and test it

This commit is contained in:
Swifty
2025-10-17 10:51:58 +02:00
parent 2c6d85d15e
commit 3c16de22ef
2 changed files with 13 additions and 4 deletions

View File

@@ -35,6 +35,9 @@ run-backend:
run-frontend:
cd frontend && pnpm dev
test-data:
cd backend && poetry run python test/test_data_creator.py
help:
@echo "Usage: make <target>"
@echo "Targets:"