1 import ./make-test-python.nix ({ pkgs, ...} : {
3 meta = with pkgs.lib.maintainers; {
4 maintainers = [ onny ];
8 eintopf = { config, pkgs, ... }: {
17 eintopf.wait_for_unit("eintopf.service")
18 eintopf.wait_for_open_port(3333)
19 eintopf.succeed("curl -sSfL http://eintopf:3333 | grep 'Es sind keine Veranstaltungen eingetragen'")