add first tests

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2024-07-06 12:58:50 +02:00
parent 7f37e875ed
commit 2b253e03eb
4 changed files with 53 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ pkgs.python3Packages.buildPythonPackage rec {
cryptography
];
# nativeCheckInputs = [ pkgs.python3Packages.pytestCheckHook ];
nativeCheckInputs = [ pkgs.python3Packages.pytestCheckHook ];
pythonImportsCheck = [ "smtprd_ng" ];
meta = {