BFET¶
Better Faster Easier Testing. Create Django models quickly and easly, create different data types for testing cases or create default tests files
Free software: MIT license
Documentation: https://bfet.readthedocs.io.
User installation¶
The easiest way to install bfet is using pip
:
pip install -U bfet
Source code¶
You can check the latest sources with the command:
git clone https://github.com/lluc2397/BFET.git
Testing¶
After installation, you can launch the test suite from outside the source
directory (you will need to have pytest
installed):
pytest bfet
Contributing¶
Welcome! Happy to see you willing to make the project better. You can get started by reading this:
[Contributing: The basics](https://github.com/lluc2397/BFET/blob/main/CONTRIBUTING.rst)
Change log¶
The log has become rather long. It moved to its own file.
See [CHANGES](https://github.com/lluc2397/BFET/blob/main/HISTORY.rst).