1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-16 01:47:32 +00:00
bramw_baserow/backend/pytest.ini
2022-04-19 10:50:08 +00:00

15 lines
No EOL
562 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