Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamluzsi/testcase
testcase is an opinionated testing framework to support test driven design.
https://github.com/adamluzsi/testcase
bdd behavior-driven-development chaos-engineering fault-injection go golang tdd test test-driven-design test-framework testing testing-tools tests toolkit
Last synced: 19 days ago
JSON representation
testcase is an opinionated testing framework to support test driven design.
- Host: GitHub
- URL: https://github.com/adamluzsi/testcase
- Owner: adamluzsi
- License: apache-2.0
- Created: 2019-04-22T21:20:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T23:59:26.000Z (about 2 months ago)
- Last Synced: 2024-10-17T11:17:56.923Z (about 2 months ago)
- Topics: bdd, behavior-driven-development, chaos-engineering, fault-injection, go, golang, tdd, test, test-driven-design, test-framework, testing, testing-tools, tests, toolkit
- Language: Go
- Homepage:
- Size: 1.16 MB
- Stars: 121
- Watchers: 7
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.go
- License: LICENSE
Awesome Lists containing this project
- awesome-go - testcase - Idiomatic testing framework for Behavior Driven Development. (Testing / Testing Frameworks)
- awesome-bdd - testcase - testcase is an opinionated behavior-driven-testing library (Tools / Go)
- awesome-go-extra - testcase - 04-22T21:20:51Z|2022-08-21T16:34:55Z| (Testing / Testing Frameworks)
README
// Package testcase is an opinionated testing framework.
//
// Repository + README:
// https://go.llib.dev/testcase
//
// Guide:
// https://go.llib.dev/testcase/blob/master/docs/README.md
package testcase