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...
Feb 18, 202017 min read892