mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-19 18:25:11 +02:00
tests: re-enable tests that work
This commit is contained in:
parent
6f8d8f7aee
commit
9851246241
29 changed files with 36 additions and 180 deletions
|
@ -1,8 +1,5 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
# TODO: added 2024-09-15
|
||||
# TODO: Re-enable when upstream builds in darwin sandbox
|
||||
example = lib.mkIf pkgs.stdenv.isLinux {
|
||||
example = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
neotest = {
|
||||
|
|
|
@ -1,14 +1,9 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
# TODO: added 2024-09-15
|
||||
# TODO: Re-enable when upstream builds in darwin sandbox
|
||||
example = lib.mkIf pkgs.stdenv.isLinux {
|
||||
example = {
|
||||
plugins.neotest.enable = true;
|
||||
};
|
||||
|
||||
# TODO: added 2024-09-15
|
||||
# TODO: Re-enable when upstream builds in darwin sandbox
|
||||
all-adapters = lib.mkIf pkgs.stdenv.isLinux {
|
||||
all-adapters = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
neotest = {
|
||||
|
@ -48,9 +43,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
# TODO: added 2024-09-15
|
||||
# TODO: Re-enable when upstream builds in darwin sandbox
|
||||
defaults = lib.mkIf pkgs.stdenv.isLinux {
|
||||
defaults = {
|
||||
plugins.neotest = {
|
||||
enable = true;
|
||||
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
# TODO: added 2024-09-15
|
||||
# TODO: Re-enable when upstream builds in darwin sandbox
|
||||
example = lib.mkIf pkgs.stdenv.isLinux {
|
||||
example = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
neotest = {
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
# TODO: added 2024-09-15
|
||||
# TODO: Re-enable when upstream builds in darwin sandbox
|
||||
example = lib.mkIf pkgs.stdenv.isLinux {
|
||||
example = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
neotest = {
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
# TODO: added 2024-09-15
|
||||
# TODO: Re-enable when upstream builds in darwin sandbox
|
||||
example = lib.mkIf pkgs.stdenv.isLinux {
|
||||
example = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
neotest = {
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
# TODO: added 2024-09-15
|
||||
# TODO: Re-enable when upstream builds in darwin sandbox
|
||||
example = lib.mkIf pkgs.stdenv.isLinux {
|
||||
example = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
neotest = {
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
# TODO: added 2024-09-15
|
||||
# TODO: Re-enable when upstream builds in darwin sandbox
|
||||
example = lib.mkIf pkgs.stdenv.isLinux {
|
||||
example = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
neotest = {
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
# TODO: added 2024-09-15
|
||||
# TODO: Re-enable when upstream builds in darwin sandbox
|
||||
example = lib.mkIf pkgs.stdenv.isLinux {
|
||||
example = {
|
||||
# We cannot test neotest-gtest as it tries to create file in the upper directory
|
||||
# https://github.com/alfaix/neotest-gtest/blob/6e794ac91f4c347e2ea5ddeb23d594f8fc64f2a8/lua/neotest-gtest/utils.lua#L10-L16
|
||||
test.runNvim = false;
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
# TODO: added 2024-09-15
|
||||
# TODO: Re-enable when upstream builds in darwin sandbox
|
||||
example = lib.mkIf pkgs.stdenv.isLinux {
|
||||
example = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
neotest = {
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
# TODO: added 2024-09-15
|
||||
# TODO: Re-enable when upstream builds in darwin sandbox
|
||||
example = lib.mkIf pkgs.stdenv.isLinux {
|
||||
example = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
neotest = {
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
# TODO: added 2024-09-15
|
||||
# TODO: Re-enable when upstream builds in darwin sandbox
|
||||
example = lib.mkIf pkgs.stdenv.isLinux {
|
||||
example = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
neotest = {
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
# TODO: added 2024-09-15
|
||||
# TODO: Re-enable when upstream builds in darwin sandbox
|
||||
example = lib.mkIf pkgs.stdenv.isLinux {
|
||||
example = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
neotest = {
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
# TODO: added 2024-09-15
|
||||
# TODO: Re-enable when upstream builds in darwin sandbox
|
||||
example = lib.mkIf pkgs.stdenv.isLinux {
|
||||
example = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
neotest = {
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
# TODO: added 2024-09-15
|
||||
# TODO: Re-enable when upstream builds in darwin sandbox
|
||||
example = lib.mkIf pkgs.stdenv.isLinux {
|
||||
example = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
neotest = {
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
# TODO: added 2024-09-15
|
||||
# TODO: Re-enable when upstream builds in darwin sandbox
|
||||
example = lib.mkIf pkgs.stdenv.isLinux {
|
||||
example = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
neotest = {
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
# TODO: added 2024-09-15
|
||||
# TODO: Re-enable when upstream builds in darwin sandbox
|
||||
example = lib.mkIf pkgs.stdenv.isLinux {
|
||||
example = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
neotest = {
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
# TODO: added 2024-09-15
|
||||
# TODO: Re-enable when upstream builds in darwin sandbox
|
||||
example = lib.mkIf pkgs.stdenv.isLinux {
|
||||
example = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
neotest = {
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
# TODO: added 2024-09-15
|
||||
# TODO: Re-enable when upstream builds in darwin sandbox
|
||||
defaults = lib.mkIf pkgs.stdenv.isLinux {
|
||||
defaults = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
neotest = {
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
# TODO: added 2024-09-15
|
||||
# TODO: Re-enable when upstream builds in darwin sandbox
|
||||
example = lib.mkIf pkgs.stdenv.isLinux {
|
||||
example = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
neotest = {
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
# TODO: added 2024-09-15
|
||||
# TODO: Re-enable when upstream builds in darwin sandbox
|
||||
example = lib.mkIf pkgs.stdenv.isLinux {
|
||||
example = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
neotest = {
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
# TODO: added 2024-09-15
|
||||
# TODO: Re-enable when upstream builds in darwin sandbox
|
||||
example = lib.mkIf pkgs.stdenv.isLinux {
|
||||
example = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
neotest = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue