Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 608 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 608 Bytes

FieldGen: Simplify Factory Automation

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.

Key Features

  • 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.

Installation

You can install FieldGen using pip:

pip install fieldgen