Closed nefrob closed 1 year ago
Ah mypy doesn't like the sentinel default re: https://github.com/model-bakers/model_bakery/actions/runs/5569452807/jobs/10179571748?pr=426.
I will also update make lint
to run mypy locally.
Follow up in pytest-randomly released here :https://github.com/pytest-dev/pytest-randomly/releases/tag/3.14.0.
Describe the change Adds baker random generation seeding. This allows for repeatable random generation within baker fixtures independently of other packages/system random. Future support could be added to seed individual instances of baker (like faker does).
After merging this a follow up PR could add baker seeding to pytest-randomly.
Re issue https://github.com/model-bakers/model_bakery/issues/380.
PR Checklist