mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-20 02:35:52 +02:00
tests: do not import helpers.nix directly
This commit is contained in:
parent
304c62516d
commit
a121d96091
4 changed files with 7 additions and 5 deletions
|
@ -2,6 +2,7 @@
|
|||
root,
|
||||
lib,
|
||||
pkgs,
|
||||
helpers,
|
||||
}: let
|
||||
# Handle an entry from readDir and either extract the configuration if its a regular file,
|
||||
# or continue to recurse if it's a directory. While recursing maintain a list of the traversed
|
||||
|
@ -35,7 +36,6 @@
|
|||
# Remove the nesting
|
||||
testsList = lib.lists.flatten (parseDirectories root []);
|
||||
|
||||
helpers = import ../lib/helpers.nix {inherit lib;};
|
||||
testsListEvaluated = builtins.map ({
|
||||
cases,
|
||||
namespace,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue