-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpytest.ini
More file actions
14 lines (14 loc) · 782 Bytes
/
Copy pathpytest.ini
File metadata and controls
14 lines (14 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[pytest]
console_output_style = count
# testpaths = tests
# addopts = --server local --install-terminal
markers =
intl: mark a test as dealing with non-ascii characters
scroll_cur: mark a test as dealing with scrollable cursor
es_eds: mark a test as dealing with ES/EDS mechanism
trace: mark a test as dealing with trace
encryption: mark a test as dealing with encryption plugin
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).
perf_measure: mark a test as dealing with performance measure. Its outcome may depend on concurrent workload.
ai: mark a test implemented or refactored using AI