smarty / gunit

xUnit-style test fixture adapter for go test
Other
120 stars 11 forks source link

Full-fledged Goland support #12

Closed mdwhatcott closed 3 years ago

mdwhatcott commented 6 years ago

Currently, we can run a test function (which runs an entire Fixture) and we can view all the test results, but there isn't a clean way to run a single test from the green arrow in the gutter or navigate from the test name in the test results gutter back to the test method. It really would be nice to have more full-fledged support for gunit as a test framework/library from the IDE.

mdwhatcott commented 6 years ago

https://www.jetbrains.org/intellij/sdk/docs/welcome.html

mdwhatcott commented 6 years ago

Original issue on github repo for go plugin (deprecated):

https://github.com/go-lang-plugin-org/go-lang-idea-plugin/issues/1979

Current issue on youtrack:

https://youtrack.jetbrains.com/issue/GO-1979