mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
parent
1cfe5a5d42
commit
8fbb437033
2 changed files with 22 additions and 24 deletions
|
@ -584,7 +584,7 @@ in
|
|||
herbstluftwm = handleTest ./herbstluftwm.nix { };
|
||||
homebox = handleTest ./homebox.nix { };
|
||||
homer = handleTest ./homer { };
|
||||
homepage-dashboard = handleTest ./homepage-dashboard.nix { };
|
||||
homepage-dashboard = runTest ./homepage-dashboard.nix;
|
||||
honk = runTest ./honk.nix;
|
||||
installed-tests = pkgs.recurseIntoAttrs (handleTest ./installed-tests { });
|
||||
invidious = handleTest ./invidious.nix { };
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
import ./make-test-python.nix (
|
||||
{ lib, ... }:
|
||||
{
|
||||
{ lib, ... }:
|
||||
{
|
||||
name = "homepage-dashboard";
|
||||
meta.maintainers = with lib.maintainers; [ jnsgruk ];
|
||||
|
||||
|
@ -24,5 +23,4 @@ import ./make-test-python.nix (
|
|||
page = machine.succeed("curl --fail http://localhost:8082/")
|
||||
assert "test title rodUsEagid" in page, "Custom title not found"
|
||||
'';
|
||||
}
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue