gospec
Test framework
A testing framework for Go that allows writing self-documenting tests/specifications and executes them concurrently and safely isolated.
Testing framework for Go. Allows writing self-documenting tests/specifications, and executes them concurrently and safely isolated. [UNMAINTAINED]
113 stars
6 watching
17 forks
Language: Go
last commit: over 10 years ago Related projects:
Repository | Description | Stars |
---|---|---|
franela/goblin | A testing framework that simplifies writing tests in Go with a focus on simplicity and ease of use. | 887 |
ysmood/got | A Go test framework with features like pretty output and value snapshot assertion. | 265 |
marvinjwendt/testza | A comprehensive testing framework for Go, providing features for assertions, fuzzing, output capture, and more. | 419 |
vcaesar/tt | A tool for writing and running tests in Go with colorful output and benchmarking capabilities. | 8 |
golemfactory/goth | An integration testing framework for the Golem Network client. | 10 |
matryer/is | A testing framework for Go with simple and readable API | 1,809 |
cunicu/gont | A framework to test and debug distributed applications in Go | 78 |
orlangure/gnomock | A toolkit for integration and end-to-end testing without writing mocks | 1,400 |
memsql/ntest | Provides a framework for writing type-based tests using dependency injection. | 2 |
jemc/qmlspec | An integrated QML testing framework with extensibility and customizability features. | 6 |
shinmera/parachute | An extensible testing framework for Common Lisp | 103 |
form3tech-oss/f1 | A tool for writing load test scenarios in Go with a powerful command line runner | 158 |
phpspec/phpspec | A framework for defining and executing unit tests with behavior-driven development (BDD) capabilities for PHP applications. | 1,883 |
antonboom/testifylint | A tool that checks the usage of the testify testing framework in Go programs | 105 |
pavlo/gosuite | Tool for organizing and running test suites in Go | 12 |