feat: add tests readme

This commit is contained in:
Reckless_Satoshi 2024-06-16 21:54:28 +01:00
parent e2902f13e7
commit 27c07e970d
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

7
tests/README.md Normal file
View File

@ -0,0 +1,7 @@
# Run e2e tests
```
docker compose -f docker-tests.yml --env-file tests/compose.env up -d
docker exec coordinator coverage run manage.py test
docker exec coordinator coverage report
```