add trivial unit test for deployment - now to find how to make it work!

test proper expectation

test proper expectation

settle for counting packages over comparing them, solves an infinite recursion
This commit is contained in:
Kiara Grouwstra 2025-07-19 17:38:40 +02:00
parent 1b3dc70466
commit 8173f65f18
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -181,12 +181,14 @@ in
inherit (fediversity)
example-configuration
;
num-packages = lib.lists.length fediversity.example-deployment.users.users.operator.packages;
};
expected = {
example-configuration = {
enable = true;
applications.hello.enable = true;
};
num-packages = 1;
};
};
}