test: add pytest coverage and run tests in CI
Build and publish container / build (push) Failing after 1m7s

This commit is contained in:
2026-06-17 16:14:22 +01:00
parent 739280f930
commit aa746b780d
4 changed files with 141 additions and 0 deletions
+10
View File
@@ -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.