refactor dovecot tests, move online tests one level up

This commit is contained in:
holger krekel
2023-10-14 11:34:09 +02:00
parent 290933e8b2
commit 5cd54026a8
6 changed files with 65 additions and 34 deletions

View File

@@ -27,9 +27,6 @@ chatmail-pyinfra
pyproject.toml
chatmail/__init__ ...
# tests against the deployed system
tests/test_online_test.py
# doveauth tool used by dovecot's auth mechanism on the host system
doveauth
README.md
@@ -44,12 +41,18 @@ filtermail
pyproject.toml
....
# online tests (after deploy)
online-tests # runnable via pytest
# scripts for setup/development/deployment
scripts/
init.sh # create venv/other perequires
deploy.sh # run pyinfra based deploy of everything
test.sh # run all local and online tests
```