parent
88186e0321
commit
6b63b4a2f5
@ -741,7 +741,7 @@ in
|
|||||||
magnetico = handleTest ./magnetico.nix { };
|
magnetico = handleTest ./magnetico.nix { };
|
||||||
mailcatcher = runTest ./mailcatcher.nix;
|
mailcatcher = runTest ./mailcatcher.nix;
|
||||||
mailhog = handleTest ./mailhog.nix { };
|
mailhog = handleTest ./mailhog.nix { };
|
||||||
mailpit = handleTest ./mailpit.nix { };
|
mailpit = runTest ./mailpit.nix;
|
||||||
mailman = handleTest ./mailman.nix { };
|
mailman = handleTest ./mailman.nix { };
|
||||||
man = handleTest ./man.nix { };
|
man = handleTest ./man.nix { };
|
||||||
mariadb-galera = handleTest ./mysql/mariadb-galera.nix { };
|
mariadb-galera = handleTest ./mysql/mariadb-galera.nix { };
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
import ./make-test-python.nix (
|
|
||||||
{ lib, ... }:
|
{ lib, ... }:
|
||||||
{
|
{
|
||||||
name = "mailpit";
|
name = "mailpit";
|
||||||
@ -32,4 +31,3 @@ import ./make-test-python.nix (
|
|||||||
assert "this is the body of the email" in message['Snippet']
|
assert "this is the body of the email" in message['Snippet']
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user