6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00

Added custom marker 'trace' in order to avoid warnings

This commit is contained in:
pavel-zotov 2024-05-16 11:33:08 +03:00
parent 40741bd449
commit e81c893c80

View File

@ -3,6 +3,7 @@ console_output_style = count
# testpaths = tests # testpaths = tests
# addopts = --server local --install-terminal # addopts = --server local --install-terminal
markers = markers =
trace: mark a test as dealing with trace
encryption: mark a test as dealing with encryption plugin encryption: mark a test as dealing with encryption plugin
replication: mark a test as dealing with database participating in replication 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). disabled_in_forks: mark a test which must be SKIPPED when running QA against any FB forks (because of missed fix/feature etc).