tests: Add basic tests for sending/receiving mails and verification of headers

This commit is contained in:
Thomas Preisner 2024-12-25 12:39:48 +01:00
parent e4fa3bee38
commit 457d91bcca
3 changed files with 101 additions and 1 deletions

View file

@ -36,7 +36,7 @@
...
}: {
checks = let
tests = ["internal"];
tests = ["internal" "basic"];
genTest = testName: {
"name" = testName;
"value" = import (./tests + "/${testName}.nix") {inherit pkgs;};