AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
bfet/__init__.py
bfet/__main__.py
bfet/cli.py
bfet.egg-info/PKG-INFO
bfet.egg-info/SOURCES.txt
bfet.egg-info/dependency_links.txt
bfet.egg-info/entry_points.txt
bfet.egg-info/not-zip-safe
bfet.egg-info/requires.txt
bfet.egg-info/top_level.txt
bfet/automatic_tests/__init__.py
bfet/automatic_tests/autotest.py
bfet/automatic_tests/create_tests.py
bfet/automatic_tests/django_tests.py
bfet/automatic_tests/settings.py
bfet/create_data/__init__.py
bfet/create_data/constants.py
bfet/create_data/create_data.py
bfet/testing_models/__init__.py
bfet/testing_models/django_model.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
tests/__init__.py
tests/conftest.py
tests/django_examples/__init__.py
tests/django_examples/models.py
tests/django_examples/migrations/0001_initial.py
tests/django_examples/migrations/__init__.py
tests/test_automatic_tests/__init__.py
tests/test_automatic_tests/test_create_tests.py
tests/test_create_data/__init__.py
tests/test_create_data/test_datacreator.py
tests/test_testing_models/__init__.py
tests/test_testing_models/test_django/__init__.py
tests/test_testing_models/test_django/test_django_model.py