Top AI Repos โ open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Full-featured test framework for Go! Assertions, fuzzing, input testing, output capturing, and much more! ๐
| Date | Stars |
|---|---|
| 2026-07-24 | 416 |
| 2026-07-25 | 416 |
| 2026-07-28 | 416 |
| 2026-07-30 | 416 |
| 2026-08-06 | 416 |
Today
โ stars today
This week
โ stars this week
This month
โ stars this month
Momentum
0.0
growth rate 0.00%/day
<h1 align="center">testza ๐</h1> <p align="center">Testza is like pizza for Go - you could live without it, but why should you?</p> <p align="center"> <a href="https://github.com/MarvinJWendt/testza/releases"> <img src="https://img.shields.io/github/v/release/MarvinJWendt/testza?style=flat-square" alt="Latest Release"> </a> <a href="https://codecov.io/gh/MarvinJWendt/testza" target="_blank"> <img src="https://img.shields.io/github/actions/workflow/status/MarvinJWendt/testza/go.yml?label=tests&style=flat-square" alt="Tests"> </a> <a href="https://codecov.io/gh/MarvinJWendt/testza" target="_blank"> <img src="https://img.shields.io/codecov/c/gh/MarvinJWendt/testza?color=magenta&logo=codecov&style=flat-square" alt="Coverage"> </a> <a href="https://codecov.io/gh/MarvinJWendt/testza"> <!-- unittestcount:start --><img src="https://img.shields.io/badge/Unit_Tests-2956-magenta?style=flat-square" alt="Unit test count"><!-- unittestcount:end --> </a> <a href="https://pkg.go.dev/github.com/MarvinJWendt/testza" target="_blank"> <img src="https://pkg.go.dev/badge/github.com/MarvinJWendt/testza.svg" alt="Go Reference"> </a> <a href="https://goreportcard.com/report/github.com/MarvinJWendt/testza" target="_blank"> <img src="https://goreportcard.com/badge/github.com/MarvinJWendt/testza?style=flat-square" alt="Go report"> </a> </p> --- <p align="center"> <strong><a href="https://github.com/MarvinJWendt/testza#-installation">Get The Module</a></strong> | <strong><a href="https://github.com/MarvinJWendt/testza#-documentation" target="_blank">Documentation</a></strong> | <strong><a href="https://github.com/atomicgo/atomicgo/blob/main/CONTRIBUTING.md" target="_blank">Contributing</a></strong> | <strong><a href="https://github.com/atomicgo/atomicgo/blob/main/CODE_OF_CONDUCT.md" target="_blank">Code of Conduct</a></strong> </p> --- <img align="right" height="400" alt="Screenshot of an example test message" src="https://user-images.githubusercontent.com/31022056/161153895-e772bc61-b751-407f-b526-8f6a66d8f8d5.png" /> <br/> <p align="center"> <a href="https://discord.gg/vE2dNkfAmF"> <img width="300" src="https://user-images.githubusercontent.com/31022056/158916278-4504b838-7ecb-4ab9-a900-7dc002aade78.png" alt="Join us on Discord!" /> <br/> <b>Join us on Discord for support, discussions, updates and general talk!</b> </a> </p> ## ๐ฆ Installation ```console # Execute this command inside your project go get github.com/MarvinJWendt/testza ``` <br/> <br/> ## ๐ Description Testza is a full-featured testing framework for Go. It integrates with the default test runner, so you can use it with the standard `go test` tool. Testza contains easy to use methods, like assertions, output capturing, fuzzing, and much more. The main goal of testza is to provide an easy and fun experience writing tests and providing a nice, user-friendly output. Even developers who never used testza, will get into it quickly. ## โญ Features | Feature | Description | |--------------------|------------------------------------------------------------------------------------------------------------------------------------------------------| | Assertions | Assertions allow you to quickly check objects for expected values. | | Fuzzing | Fuzzing allows you to check functions against sets of generated input parameters.<br/>A couple lines of test code can run thousands of sanity tests. | | Output Capture | Capture and validate output written to the terminal.<br/>Perfect for CLI tools. | | Snapshots | Snapshot objects between test runs, to ensure a consistent behaviour. | |
Excerpt of 48,989 characters
Read on GitHubWould you bet a product on this? Bounded 0โ100 and slow moving.
matched fp:73ad4d1535fd614f, topic:testing