test: integrate lua testing into regular pytest run for push notifications

turns out Python has the nice https://pypi.org/project/lupa/
that allows us to quite easily test dovecot LUA parts
without figuring out errors on deploy.
This commit is contained in:
holger krekel
2026-08-25 11:12:58 +02:00
parent e489a1ea29
commit 2dbf31ea16
3 changed files with 111 additions and 0 deletions
+1
View File
@@ -19,6 +19,7 @@ dependencies = [
"pytest-xdist",
"execnet",
"imap_tools",
"lupa",
"deltachat-rpc-client",
"deltachat-rpc-server",
]