Goqa

Test framework designed to be used as a base for more specialized test frameworks. For instance, GUI engine, performance/stress, or API testing. Being written in Go. the framework is very good at running suites and test cases with desired levels of concurrency, which might make it ideal for stress and performance testing. Has a logger, results reporter, and parameter passing built in and is easily extended and modified. A test case is a struct that inherits another struct, TestCase. TestCase is part of interface, iTestCase, that has methods the test can override: Init(), Setup(), Run(), and of course TearDown(). A test will at least have the Run() method in most cases. Have a look at: /examples/example1.go This will give a good idea of what the framework is all about
Alternatives To Goqa
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Moq1,65893478 months ago24August 13, 202317mitGo
Interface mocking tool for go generate
Fako327316 years ago1August 28, 20184mitGo
Struct Faker for Go
K9312226 months ago38October 12, 20226mitRust
Rust testing library
Functional Go181
7 months ago27November 15, 2023apache-2.0Go
This library is inspired by functional programming - Clojure
Teletype178
6 months ago12gpl-2.0C
monome eurorack module
Tf133
5 years ago10May 30, 20193mitGo
✔️ tf is a microframework for parameterized testing of functions and HTTP in Go.
Assertions113
63 years ago24October 15, 20217mitElixir
Helpful assertions for ExUnit
Goredis551238 years ago1August 20, 20144mitGo
redis client for golang
Factory46
6 years ago2January 15, 20184otherGo
A package for setting up Golang structs as test data.
Fluent Asserts42792 years ago62August 24, 202211mitD
DLang fluent assertions done right
Alternatives To Goqa
Select To Compare


Alternative Project Comparisons
Popular Struct Projects
Popular Testing Projects
Popular Computer Science Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Golang
Testing
Struct
Performance Testing
Api Testing