feat: add test helpers

default args to {}
This commit is contained in:
technofab 2025-06-13 15:44:16 +02:00
parent 001b575f31
commit bed029f4a9
No known key found for this signature in database
3 changed files with 59 additions and 1 deletions

View file

@ -5,6 +5,8 @@
}: let
inherit (lib) evalModules toList;
in rec {
helpers = import ./testHelpers.nix {inherit lib;};
mkBinary = {
nixtests,
extraParams,
@ -46,7 +48,7 @@ in rec {
mkNixtestConfig = {
modules,
args,
args ? {},
...
}:
(evalModules {