Python

DIY Factories with Pytest

Factory Boy is great for using the factory pattern in your Python tests with popular ORMs. But what if you want a simple or customized factory solution?