nix-community.nixvim/tests
Matt Sturgeon 78275321f8
tests/test-derivation: don't invoke test modules
`def.module or lib.removeAttrs def [ "tests" ]` is actually equivalent to
`(def.module or lib.removeAttrs) def [ "tests" ]`.

This meant whenever `def` had a `module` attribute, it was invoked as
`def.module def [ "tests" ]`!
2024-06-30 18:22:58 +01:00
..
modules misc/post-release 24.05: update workflows 2024-06-06 14:46:34 +02:00
test-sources tests/plugins/none-ls: re-enable rubyfmt test for linux 2024-06-29 12:36:07 +02:00
default.nix tests/test-derivation: don't invoke test modules 2024-06-30 18:22:58 +01:00
enable-except-in-tests.nix treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
extend.nix treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
extra-args.nix treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
fetch-tests.nix treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
lib-tests.nix lib/lua: refactor toLuaObject, now configurable 2024-06-28 22:44:43 +01:00
no-flake.nix treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
test-derivation.nix tests/test-derivation: allow tests to be modules 2024-06-29 22:02:44 +01:00