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