mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 02:46:28 +00:00
feat: add tests readme
This commit is contained in:
parent
e2902f13e7
commit
27c07e970d
7
tests/README.md
Normal file
7
tests/README.md
Normal 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
|
||||
```
|
Loading…
Reference in New Issue
Block a user