This commit is contained in:
team3
2026-07-12 04:20:07 +02:00
parent 14bcf1b8e9
commit a284e03225
29 changed files with 866 additions and 329 deletions

View File

@@ -18,10 +18,10 @@ stop:
@echo "gestoppt."
test:
cd backend && python -m pytest ../tests -x -q
cd backend && python3 -m pytest ../tests -x -q
test-e2e:
cd backend && CREATOR_FAKE_AGENTS=1 python -m pytest ../tests/test_e2e.py -x -q
cd backend && CREATOR_FAKE_AGENTS=1 python3 -m pytest ../tests/test_e2e.py -x -q
build:
cd frontend && npm run build