Basic test instructions
This commit is contained in:
parent
738d23421f
commit
b85d375ed3
1 changed files with 8 additions and 0 deletions
|
@ -92,3 +92,11 @@ volumes:
|
|||
media:
|
||||
files:
|
||||
```
|
||||
|
||||
## Running Tests
|
||||
|
||||
```
|
||||
python setup.py develop
|
||||
pip install -r tests/requirements.txt
|
||||
pytest tests
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue