add bough to testing > code coverage section

This commit is contained in:
Freddie 2026-04-10 00:09:23 +01:00 committed by GitHub
parent d902e5b9ba
commit dfbf51bfa6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -628,6 +628,7 @@ _Libraries for testing codebases and generating test data._
- [polyfactory](https://github.com/litestar-org/polyfactory) - mock data generation library with support to classes (continuation of `pydantic-factories`)
- Code Coverage
- [coverage](https://github.com/coveragepy/coveragepy) - Code coverage measurement.
- [bough](https://github.com/CodeEnPlace/bough) - Bough is a polyglot incremental mutation tester
- Fake Data
- [faker](https://github.com/joke2k/faker) - A Python package that generates fake data.
- [mimesis](https://github.com/lk-geimfari/mimesis) - is a Python library that help you generate fake data.