2022-06-06 19:41:07 +02:00
|
|
|
[pytest]
|
|
|
|
console_output_style = count
|
|
|
|
# testpaths = tests
|
|
|
|
# addopts = --server local --install-terminal
|
|
|
|
markers =
|
2024-07-18 16:16:24 +02:00
|
|
|
scroll_cur: mark a test as dealing with scrollable cursor
|
2024-06-09 17:34:02 +02:00
|
|
|
es_eds: mark a test as dealing with ES/EDS mechanism
|
2024-05-16 10:33:08 +02:00
|
|
|
trace: mark a test as dealing with trace
|
2023-12-20 10:20:56 +01:00
|
|
|
encryption: mark a test as dealing with encryption plugin
|
2024-02-16 17:43:00 +01:00
|
|
|
replication: mark a test as dealing with database participating in replication
|
|
|
|
disabled_in_forks: mark a test which must be SKIPPED when running QA against any FB forks (because of missed fix/feature etc).
|