mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-17 00:03:13 +00:00
feat: add tests readme
This commit is contained in:
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
|
||||
```
|
Reference in New Issue
Block a user