Basic test instructions

This commit is contained in:
Einar Forselv 2019-04-15 16:59:53 +02:00
parent 738d23421f
commit b85d375ed3
1 changed files with 8 additions and 0 deletions

View File

@ -92,3 +92,11 @@ volumes:
media:
files:
```
## Running Tests
```
python setup.py develop
pip install -r tests/requirements.txt
pytest tests
```