Fix version, add very basic test
All checks were successful
ci/woodpecker/tag/build Pipeline was successful
ci/woodpecker/tag/test Pipeline was successful

This commit is contained in:
phil 2025-06-27 05:14:05 +02:00
parent b9835d9a29
commit 31b6cb620b
6 changed files with 225 additions and 137 deletions

View file

@ -17,5 +17,15 @@ steps:
test:
image: code.philo.ydns.eu/philorg/uv
environment:
SERVER_PORT: 8025
SERVER_HOSTNAME: aiosmtpd
CONFIG: configs/local.yaml
commands:
- .venv/bin/pytest -s tests/basic.py
services:
aiosmtpd:
image: code.philo.ydns.eu/philorg/aiosmtpd
entrypoint: ["aiosmtpd", "-l", "aiosmtpd"]