Commit Graph

5 Commits (df512d695fb711ee70633aa626e39df2e9221471)

Author SHA1 Message Date
Darkclainer 0ca3de9f84
Fix gotests integration (#87)
GoAddTest, GoAddExpTest and GoAddAllTest affected.
Previously they weren't work with templates (go_nvim_test_template
variable) because file paths should be last argument to gotests.
Also removed different handling of stdout/stderr because seems that
gotests doesn't use stderr or produce any exit code except zero (that
probably OK, but not useful for go.nvim).

Also fixed README.md: description of GoAddTest, GoAddExpTest and
GoAddAllTest and setup example (go.nvim doesn't default test_template to
testify)
3 years ago
ray-x 264efc57c1 issue #65 failed to run coverage tests. Notify updates. 3 years ago
ray-x 9d170d4954 Dap support 3 years ago
ray-x f9e75eda64 Update GoAddTests and allow vim command override 3 years ago
ray-x 1e190d6a0e init commit 4 years ago