1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-07 22:35:36 +00:00
bramw_baserow/backend/pytest.ini
2022-06-28 16:29:56 +00:00

17 lines
683 B
INI

[pytest]
DJANGO_SETTINGS_MODULE = baserow.config.settings.test
python_files = test_*.py
env =
DJANGO_SETTINGS_MODULE = baserow.config.settings.test
testpaths =
tests
../premium/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
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