Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,8 @@ _Libraries for testing codebases and generating test data. Also see [awesome-pyt
- 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.
- Database Migration Testing
- [pytest-mrt](https://github.com/croc100/pytest-mrt) - A pytest plugin for verifying that Alembic and Django database migrations are safely reversible.

### Debugging Tools

Expand Down