1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-07 14:25:37 +00:00
bramw_baserow/backend/pytest.ini

23 lines
937 B
INI

[pytest]
DJANGO_SETTINGS_MODULE = baserow.config.settings.test
python_files = test_*.py
env =
SECRET_KEY = test
BASEROW_JWT_SIGNING_KEY = test
DJANGO_SETTINGS_MODULE = baserow.config.settings.test
FEATURE_FLAGS = *
testpaths =
tests
../premium/backend/tests
../enterprise/backend/tests
markers =
field_file: All tests related to file field
field_single_select: All tests related to single select field
field_multiple_select: All tests related to multiple select field
field_link_row: All tests related to link row field
field_formula: All tests related to formula field
field_multiple_collaborators: All tests related to multiple collaborator field
api_rows: All tests to manipulate rows via HTTP API
disabled_in_ci: All tests that are disabled in CI
once_per_day_in_ci: All tests that are run once per day in CI
undo_redo: All tests related to undo/redo functionality