Skip to content

Commit 27c07e9

Browse files
feat: add tests readme
1 parent e2902f1 commit 27c07e9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Run e2e tests
2+
3+
```
4+
docker compose -f docker-tests.yml --env-file tests/compose.env up -d
5+
docker exec coordinator coverage run manage.py test
6+
docker exec coordinator coverage report
7+
```

0 commit comments

Comments
 (0)