chore: separate runtime and dev dependencies, add pytest config and CI cache
Build and publish container / build (push) Successful in 8m20s
Build and publish container / build (push) Successful in 8m20s
This commit is contained in:
@@ -50,11 +50,13 @@ docker run --rm -p 110:110 -p 25:25 \
|
||||
|
||||
## Tests
|
||||
|
||||
Run tests locally with:
|
||||
Install development dependencies and run the test suite:
|
||||
|
||||
```bash
|
||||
python -m venv .venv
|
||||
source .venv/bin/activate
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
pip install -r requirements-dev.txt
|
||||
pytest -q
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user