klen / nvim-test

A Neovim wrapper for running tests
MIT License
180 stars 27 forks source link

Example prefix is not a right prefix for Tests see https://pkg.go.dev/cmd/go#hdr-Testing_functions #13

Closed klen closed 2 years ago

klen commented 2 years ago

Example prefix is not a right prefix for Tests see https://pkg.go.dev/cmd/go#hdr-Testing_functions

It is only a Example function to be tested, as described there. We could add "Benchmark" and "Fuzz" prefixes to be complete here

_Originally posted by @616b2f in https://github.com/klen/nvim-test/pull/12#discussion_r866720548_