-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpytest.ini
More file actions
13 lines (13 loc) · 726 Bytes
/
pytest.ini
File metadata and controls
13 lines (13 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
[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.