test: add pytest coverage and run tests in CI
Build and publish container / build (push) Failing after 1m7s
Build and publish container / build (push) Failing after 1m7s
This commit is contained in:
@@ -48,6 +48,16 @@ docker run --rm -p 110:110 -p 25:25 \
|
||||
legacy-email-proxy
|
||||
```
|
||||
|
||||
## Tests
|
||||
|
||||
Run tests locally with:
|
||||
|
||||
```bash
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
pytest -q
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
||||
This implementation begins the proxy with a minimal POP3 command set and SMTP delivery path. It is designed to start development on the required application architecture.
|
||||
|
||||
Reference in New Issue
Block a user