Loading nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -766,7 +766,7 @@ in magic-wormhole-mailbox-server = runTest ./magic-wormhole-mailbox-server.nix; magnetico = handleTest ./magnetico.nix { }; mailcatcher = runTest ./mailcatcher.nix; mailhog = handleTest ./mailhog.nix { }; mailhog = runTest ./mailhog.nix; mailpit = runTest ./mailpit.nix; mailman = handleTest ./mailman.nix { }; man = handleTest ./man.nix { }; Loading nixos/tests/mailhog.nix +25 −27 Original line number Diff line number Diff line import ./make-test-python.nix ( { lib, ... }: { name = "mailhog"; Loading Loading @@ -27,4 +26,3 @@ import ./make-test-python.nix ( assert all(msg in res for msg in ["this is the body of the email", "sender@example.com", "root@example.com"]) ''; } ) Loading
nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -766,7 +766,7 @@ in magic-wormhole-mailbox-server = runTest ./magic-wormhole-mailbox-server.nix; magnetico = handleTest ./magnetico.nix { }; mailcatcher = runTest ./mailcatcher.nix; mailhog = handleTest ./mailhog.nix { }; mailhog = runTest ./mailhog.nix; mailpit = runTest ./mailpit.nix; mailman = handleTest ./mailman.nix { }; man = handleTest ./man.nix { }; Loading
nixos/tests/mailhog.nix +25 −27 Original line number Diff line number Diff line import ./make-test-python.nix ( { lib, ... }: { name = "mailhog"; Loading Loading @@ -27,4 +26,3 @@ import ./make-test-python.nix ( assert all(msg in res for msg in ["this is the body of the email", "sender@example.com", "root@example.com"]) ''; } )