mirror of
https://github.com/vinta/awesome-python.git
synced 2026-06-28 03:42:13 +00:00
Add pytest-mrt under Testing > Database Migration Testing
This commit is contained in:
parent
235034565f
commit
53bbb0b477
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue