Commit a670ebe5 authored by Michele Del Giudice's avatar Michele Del Giudice
Browse files

Tests & Migration

parent 922fca12
......@@ -19,6 +19,14 @@ source .venv/bin/activate
pip install -r requirements.txt
```
Run tests:
```bash
/your/path/to/.venv/bin/python -m pytest -q
# or simply
pytest -q
```
Run the app:
```bash
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment