xandikos: add passthru.tests

This commit is contained in:
0x4A6F
2021-03-25 20:13:05 +01:00
parent 1be6dbf3e5
commit 1ed8af4b99
+3
View File
@@ -1,6 +1,7 @@
{ lib { lib
, fetchFromGitHub , fetchFromGitHub
, python3Packages , python3Packages
, nixosTests
}: }:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
@@ -24,6 +25,8 @@ python3Packages.buildPythonApplication rec {
prometheus_client prometheus_client
]; ];
passthru.tests.xandikos = nixosTests.xandikos;
meta = with lib; { meta = with lib; {
description = "Lightweight CalDAV/CardDAV server"; description = "Lightweight CalDAV/CardDAV server";
homepage = "https://github.com/jelmer/xandikos"; homepage = "https://github.com/jelmer/xandikos";