Showing all 2 blog posts tagged with "factory boy".
-
How to fix factory_boy post-generation deprecation warnings
We use factory_boy for bootstrapping test data on many Python and Django projects at Caktus. Recently, we encountered a deprecation warning on an older project that had been us... Read more
February 18, 2025 -
Factory Boy as an Alternative to Django Testing Fixtures
When testing a Django application you often need to populate the test database with some sample data. The standard Django TestCase has support for fixture loading but there are... Read more
July 17, 2013