Loading nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -636,7 +636,7 @@ in home-assistant = runTest ./home-assistant.nix; hostname = handleTest ./hostname.nix { }; hound = handleTest ./hound.nix { }; hub = handleTest ./git/hub.nix { }; hub = runTest ./git/hub.nix; hydra = runTest ./hydra; i3wm = handleTest ./i3wm.nix { }; icingaweb2 = runTest ./icingaweb2.nix; Loading nixos/tests/git/hub.nix +16 −18 Original line number Diff line number Diff line import ../make-test-python.nix ( { pkgs, ... }: { name = "hub"; Loading @@ -17,4 +16,3 @@ import ../make-test-python.nix ( assert "These GitHub commands are provided by hub" in hub.succeed("hub help") ''; } ) Loading
nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -636,7 +636,7 @@ in home-assistant = runTest ./home-assistant.nix; hostname = handleTest ./hostname.nix { }; hound = handleTest ./hound.nix { }; hub = handleTest ./git/hub.nix { }; hub = runTest ./git/hub.nix; hydra = runTest ./hydra; i3wm = handleTest ./i3wm.nix { }; icingaweb2 = runTest ./icingaweb2.nix; Loading
nixos/tests/git/hub.nix +16 −18 Original line number Diff line number Diff line import ../make-test-python.nix ( { pkgs, ... }: { name = "hub"; Loading @@ -17,4 +16,3 @@ import ../make-test-python.nix ( assert "These GitHub commands are provided by hub" in hub.succeed("hub help") ''; } )