This commit is contained in:
Nikita Reznikov 2026-06-26 15:51:35 +03:00 committed by GitHub
commit e316e71531
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -669,6 +669,7 @@ _Libraries for testing codebases and generating test data. Also see [awesome-pyt
- Code Coverage
- [coverage](https://github.com/coveragepy/coveragepy) - Code coverage measurement.
- Fake Data
- [eventum](https://github.com/eventum-generator/eventum) - Data generation platform for producing synthetic event streams based on Jinja templates.
- [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.