File tree Expand file tree Collapse file tree 21 files changed +90
-23
lines changed
tests/test-sources/plugins/by-name/neotest Expand file tree Collapse file tree 21 files changed +90
-23
lines changed Original file line number Diff line number Diff line change 1+ { lib , pkgs , ... } :
12{
2- example = {
3+ # TODO: added 2024-09-15
4+ # TODO: Re-enable when upstream builds in darwin sandbox
5+ example = lib . mkIf pkgs . stdenv . isLinux {
36 plugins = {
47 treesitter . enable = true ;
58 neotest = {
Original file line number Diff line number Diff line change 1+ { lib , pkgs , ... } :
12{
2- empty = {
3+ # TODO: added 2024-09-15
4+ # TODO: Re-enable when upstream builds in darwin sandbox
5+ example = lib . mkIf pkgs . stdenv . isLinux {
36 plugins . neotest . enable = true ;
47 } ;
58
6- all-adapters = {
9+ # TODO: added 2024-09-15
10+ # TODO: Re-enable when upstream builds in darwin sandbox
11+ all-adapters = lib . mkIf pkgs . stdenv . isLinux {
712 plugins = {
813 treesitter . enable = true ;
914 neotest = {
4348 } ;
4449 } ;
4550
46- defaults = {
51+ # TODO: added 2024-09-15
52+ # TODO: Re-enable when upstream builds in darwin sandbox
53+ defaults = lib . mkIf pkgs . stdenv . isLinux {
4754 plugins . neotest = {
4855 enable = true ;
4956
Original file line number Diff line number Diff line change 1+ { lib , pkgs , ... } :
12{
2- example = {
3+ # TODO: added 2024-09-15
4+ # TODO: Re-enable when upstream builds in darwin sandbox
5+ example = lib . mkIf pkgs . stdenv . isLinux {
36 plugins = {
47 treesitter . enable = true ;
58 neotest = {
Original file line number Diff line number Diff line change 1+ { lib , pkgs , ... } :
12{
2- example = {
3+ # TODO: added 2024-09-15
4+ # TODO: Re-enable when upstream builds in darwin sandbox
5+ example = lib . mkIf pkgs . stdenv . isLinux {
36 plugins = {
47 treesitter . enable = true ;
58 neotest = {
Original file line number Diff line number Diff line change 1+ { lib , pkgs , ... } :
12{
2- example = {
3+ # TODO: added 2024-09-15
4+ # TODO: Re-enable when upstream builds in darwin sandbox
5+ example = lib . mkIf pkgs . stdenv . isLinux {
36 plugins = {
47 treesitter . enable = true ;
58 neotest = {
Original file line number Diff line number Diff line change 1+ { lib , pkgs , ... } :
12{
2- example = {
3+ # TODO: added 2024-09-15
4+ # TODO: Re-enable when upstream builds in darwin sandbox
5+ example = lib . mkIf pkgs . stdenv . isLinux {
36 plugins = {
47 treesitter . enable = true ;
58 neotest = {
Original file line number Diff line number Diff line change 1+ { lib , pkgs , ... } :
12{
2- example = {
3+ # TODO: added 2024-09-15
4+ # TODO: Re-enable when upstream builds in darwin sandbox
5+ example = lib . mkIf pkgs . stdenv . isLinux {
36 plugins = {
47 treesitter . enable = true ;
58 neotest = {
Original file line number Diff line number Diff line change 1+ { lib , pkgs , ... } :
12{
2- example = {
3+ # TODO: added 2024-09-15
4+ # TODO: Re-enable when upstream builds in darwin sandbox
5+ example = lib . mkIf pkgs . stdenv . isLinux {
36 # We cannot test neotest-gtest as it tries to create file in the upper directory
47 # https://github.com/alfaix/neotest-gtest/blob/6e794ac91f4c347e2ea5ddeb23d594f8fc64f2a8/lua/neotest-gtest/utils.lua#L10-L16
58 test . runNvim = false ;
Original file line number Diff line number Diff line change 1+ { lib , pkgs , ... } :
12{
2- example = {
3+ # TODO: added 2024-09-15
4+ # TODO: Re-enable when upstream builds in darwin sandbox
5+ example = lib . mkIf pkgs . stdenv . isLinux {
36 plugins = {
47 treesitter . enable = true ;
58 neotest = {
Original file line number Diff line number Diff line change 1+ { lib , pkgs , ... } :
12{
2- example = {
3+ # TODO: added 2024-09-15
4+ # TODO: Re-enable when upstream builds in darwin sandbox
5+ example = lib . mkIf pkgs . stdenv . isLinux {
36 plugins = {
47 treesitter . enable = true ;
58 neotest = {
You can’t perform that action at this time.
0 commit comments