From dfbf51bfa6b8a1112f2b24f6200afd073280951d Mon Sep 17 00:00:00 2001 From: Freddie Date: Fri, 10 Apr 2026 00:09:23 +0100 Subject: [PATCH] add bough to testing > code coverage section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 89a4a6d..2dea6af 100644 --- a/README.md +++ b/README.md @@ -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.