.coveragerc
.editorconfig
.pre-commit-config.yaml
.readthedocs.yaml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
RELEASE.rst
download_firefox.sh
pyproject.toml
pytest.ini
release.sh
requirements-dev.txt
setup.cfg
setup.py
tox.ini
update_migration.py
django_functest.egg-info/PKG-INFO
django_functest.egg-info/SOURCES.txt
django_functest.egg-info/dependency_links.txt
django_functest.egg-info/not-zip-safe
django_functest.egg-info/requires.txt
django_functest.egg-info/top_level.txt
docs/Makefile
docs/authors.rst
docs/common.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/interactive.rst
docs/make.bat
docs/pytest.rst
docs/requirements.txt
docs/selenium.rst
docs/usage.rst
docs/utils.rst
docs/webtest.rst
examples/example_project/conftest.py
examples/example_project/db.sqlite3
examples/example_project/manage.py
examples/example_project/pytest.ini
examples/example_project/requirements.txt
examples/example_project/accounts/__init__.py
examples/example_project/accounts/admin.py
examples/example_project/accounts/apps.py
examples/example_project/accounts/models.py
examples/example_project/accounts/views.py
examples/example_project/accounts/migrations/0001_initial.py
examples/example_project/accounts/migrations/__init__.py
examples/example_project/accounts/tests/__init__.py
examples/example_project/accounts/tests/base.py
examples/example_project/accounts/tests/factories.py
examples/example_project/accounts/tests/test_admin.py
examples/example_project/example_project/__init__.py
examples/example_project/example_project/asgi.py
examples/example_project/example_project/settings.py
examples/example_project/example_project/urls.py
examples/example_project/example_project/wsgi.py
src/django_functest/__init__.py
src/django_functest/base.py
src/django_functest/exceptions.py
src/django_functest/files.py
src/django_functest/funcselenium.py
src/django_functest/funcwebtest.py
src/django_functest/models.py
src/django_functest/server.py
src/django_functest/urls.py
src/django_functest/utils.py
src/django_functest/templates/django_functest/base.html
tests/conftest.py
tests/django_functest_tests/__init__.py
tests/django_functest_tests/admin.py
tests/django_functest_tests/base.py
tests/django_functest_tests/models.py
tests/django_functest_tests/settings.py
tests/django_functest_tests/test_common.py
tests/django_functest_tests/test_selenium.py
tests/django_functest_tests/test_utils.py
tests/django_functest_tests/urls.py
tests/django_functest_tests/views.py
tests/django_functest_tests/migrations/0001_initial.py
tests/django_functest_tests/migrations/__init__.py
tests/django_functest_tests/templates/tests/auto_submit_form.html
tests/django_functest_tests/templates/tests/edit_thing.html
tests/django_functest_tests/templates/tests/list_things.html
tests/django_functest_tests/templates/tests/new_browser_session_test.html
tests/django_functest_tests/templates/tests/test_misc.html
tests/django_functest_tests/templates/tests/thing_cleared.html