You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`gotests` is a Golang commandline tool for automatically generating [table driven tests](https://github.com/golang/go/wiki/TableDrivenTests). It generates missing tests based on its target source files' function and method signatures. Additionally, any new dependencies in the test files are automatically imported.
3
+
`gotests` is a Golang commandline tool and IDE plugin for automatically generating [table driven tests](https://github.com/golang/go/wiki/TableDrivenTests). It generates missing tests based on its target source files' function and method signatures. Additionally, any new dependencies in the test files are automatically imported.
4
4
5
5
## Demo
6
6
7
-
The following demo shows Sublime Text 3 integration with `gotests`.
7
+
The following shows Sublime Text 3 integration with `gotests`.
0 commit comments