1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-11 15:49:01 +00:00
bramw_baserow/backend/pytest.ini

9 lines
224 B
INI

[pytest]
DJANGO_SETTINGS_MODULE = baserow.config.settings.test
python_files = test_*.py
env =
DJANGO_SETTINGS_MODULE = baserow.config.settings.test
ADDITIONAL_APPS = baserow_premium
testpaths =
tests
plugins