nvim-neotest / neotest-go

MIT License
125 stars 43 forks source link

feat: add args option to setup #11

Closed Malefaro closed 2 years ago

Malefaro commented 2 years ago

Added an optional parameter args to the setup function which allows you to add arguments to the go test command instead of providing them through neotest.run.run(extra_args={"-race"})

akinsho commented 2 years ago

LGTM 👍🏿 thanks