FieldGen is a lightweight Python library designed to streamline the automation of field extraction within factory classes. With FieldGen, you can effortlessly extract specific fields from your factory instances, making your testing process smoother and more efficient.
- Simple and intuitive syntax.
- Easily extract fields from your factories with a decorator.
- Customize field extraction for different use cases.
- Improve your testing workflow and save time.
You can install FieldGen using pip
:
pip install fieldgen