1 import ./make-test-python.nix (
5 name = "workout-tracker";
7 meta.maintainers = with lib.maintainers; [ bhankas ];
12 virtualisation.memorySize = 2048;
14 services.workout-tracker.enable = true;
19 machine.wait_for_unit("workout-tracker.service")
20 # wait for workout-tracker to fully come up
22 with subtest("workout-tracker service starts"):
23 machine.wait_until_succeeds(
24 "curl -sSfL http://localhost:8080/ > /dev/null",