factory-boy==3.3.3
# A versatile test fixtures replacement based on thoughtbot's factory_bot for Ruby.
$ pip install factory-boy
downloads/wk
4,979,267
license
MIT
version
3.3.3
python
>=3.8
What is factory-boy?
Factory Boy is a Python library for generating test data and fixtures in a flexible, reusable way. Instead of manually creating test objects or using static fixtures, developers use Factory Boy to define factories that generate realistic test data on demand, making tests easier to write and maintain. It's particularly useful for testing code that works with complex data models or requires many variations of test objects.
Links
Keywords
Dependencies (16)
Author
Mark Sandstrom