Skip to content

Commit

Permalink
docs: add note on experimental options (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil authored Jul 4, 2024
1 parent 2edee41 commit ba9216f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lua/neotest-golang/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
local M = {}

local opts = {
runner = "go", -- or "gotestsum"
go_test_args = { "-v", "-race", "-count=1" },
gotestsum_args = { "--format=standard-verbose" },
dap_go_enabled = false,
dap_go_opts = {},
warn_test_name_dupes = true,
warn_test_not_executed = true,

-- experimental, for now undocumented, options
runner = "go", -- or "gotestsum"
gotestsum_args = { "--format=standard-verbose" },
dev_notifications = false,
}

Expand Down

0 comments on commit ba9216f

Please sign in to comment.