This commit is contained in:
Kilian Ciuffolo 2024-05-20 22:43:25 -07:00 committed by GitHub
parent b10141d396
commit 013ff37549
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2326,7 +2326,6 @@ _Libraries for testing codebases and generating test data._
- [biff](https://github.com/fulldump/biff) - Bifurcation testing framework, BDD compatible. - [biff](https://github.com/fulldump/biff) - Bifurcation testing framework, BDD compatible.
- [charlatan](https://github.com/percolate/charlatan) - Tool to generate fake interface implementations for tests. - [charlatan](https://github.com/percolate/charlatan) - Tool to generate fake interface implementations for tests.
- [commander](https://github.com/SimonBaeumer/commander) - Tool for testing cli applications on windows, linux and osx. - [commander](https://github.com/SimonBaeumer/commander) - Tool for testing cli applications on windows, linux and osx.
- [covergates](https://github.com/covergates/covergates) - Self-hosted code coverage report review and management service.
- [cupaloy](https://github.com/bradleyjkemp/cupaloy) - Simple snapshot testing addon for your test framework. - [cupaloy](https://github.com/bradleyjkemp/cupaloy) - Simple snapshot testing addon for your test framework.
- [dbcleaner](https://github.com/khaiql/dbcleaner) - Clean database for testing purpose, inspired by `database_cleaner` in Ruby. - [dbcleaner](https://github.com/khaiql/dbcleaner) - Clean database for testing purpose, inspired by `database_cleaner` in Ruby.
- [dsunit](https://github.com/viant/dsunit) - Datastore testing for SQL, NoSQL, structured files. - [dsunit](https://github.com/viant/dsunit) - Datastore testing for SQL, NoSQL, structured files.