go-lang-plugin-org / go-lang-idea-plugin

Google Go language IDE built using the IntelliJ Platform
https://plugins.jetbrains.com/plugin/5047
Other
4.57k stars 573 forks source link

Add gunit support (test runner) #1979

Open mdwhatcott opened 8 years ago

mdwhatcott commented 8 years ago

https://github.com/smartystreets/gunit

Similar to #1976.

mdwhatcott commented 6 years ago

Since gunit is basically just a sub-test generator that sits on top of go test and the standard library testing package, here is the only missing functionality from the regular "gotest" run configuration:

It doesn't seem like a lot would have to be done to make it happen but I'm not sure.

https://github.com/smartystreets/gunit/issues/12

gunit-test-method-has-green-arrow-but-no-run-options go-test-function-has-full-options-menu test-case-results-have-no-options