mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 18:54:30 +02:00
tests: test the tests
Adds a regression test for #2076. This test ensures that `extraConfigLua` is used in `finalPackage` and that the test will fail correctly when running `nvim` results in unexpected output.
This commit is contained in:
parent
eac092c876
commit
60ea38d2c4
2 changed files with 27 additions and 0 deletions
|
@ -25,6 +25,11 @@
|
|||
inherit (self.lib.${system}.check) mkTestDerivationFromNixvimModule;
|
||||
};
|
||||
|
||||
failing-tests = import ../tests/failing-tests.nix {
|
||||
inherit pkgs;
|
||||
inherit (self.lib.${system}.check) mkTestDerivationFromNixvimModule;
|
||||
};
|
||||
|
||||
no-flake = import ../tests/no-flake.nix {
|
||||
inherit system;
|
||||
inherit (self.lib.${system}.check) mkTestDerivationFromNvim;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue