GoUnit-Sublime
Go test generator
A Sublime Text plugin that generates Go tests from selected function and method signatures.
A Sublime Text 3 plugin for generating better Go tests.
2 stars
4 watching
0 forks
Language: Python
last commit: over 6 years ago Related projects:
Repository | Description | Stars |
---|---|---|
hexdigest/gounit-vim | A Vim plugin that generates Go tests based on function declarations and provides customizable test templates. | 24 |
hexdigest/gounit | Generates tests stubs based on source function or method signature | 80 |
hexdigest/gowrap | A tool for generating decorators around Go interfaces with various features such as metrics and fallbacks. | 1,092 |
maxatome/go-testdeep | Tool for comparing and testing Go code | 436 |
hexdigest/prep | Tools to analyze and improve Go package performance by analyzing SQL statements and instrumenting connections with prepared statements | 33 |
qiniu/goc | A comprehensive testing system for Go programming language applications | 818 |
corbym/gogiven | Generates readable test output from Go code | 15 |
zebroc/chatgpt-create-unit-tests | Automates adding unit tests to Go projects by analyzing Pull Requests and generating test code based on AI-generated suggestions. | 12 |
gofrs/uuid | A Go implementation of Universally Unique Identifiers (UUIDs) with support for various versions and formats. | 1,586 |
viant/dsunit | A testing framework for datastores | 45 |
dylanmeeus/hasgo | A code generator for Go with Haskell-inspired immutable and strongly-typed functions. | 141 |
twharmon/gouid | Provides universally unique IDs with cryptographic security | 24 |
hedhyw/gherkingen | Generates test boilerplate from Cucumber/Gherkin feature files for Golang applications. | 77 |
kyoh86/richgo | Enhances go test outputs with text decorations | 851 |
m1/go-generate-password | A password generation tool with options for custom character sets and accessibility features. | 55 |