Quick Note: Setting Up Pytest Model Factory Fixtures for Django
Update: 01.03.2021
Recently, I've found out this can be easily implemented using factoryboy and pytest-factoryboy.
For each model registered, pytest-factoryboy dynamically generates an instance fixture and a factory fixture. Let's say you have a mode...
erayerdin.com17 min read