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

Added/Updated pytest.ini: added marker 'replication' for providing tests which deal with replcation databases

This commit is contained in:
pavel-zotov 2023-12-20 12:20:56 +03:00
parent 559a0b0e8c
commit 6e1364d309

View File

@ -3,4 +3,5 @@ console_output_style = count
# testpaths = tests
# addopts = --server local --install-terminal
markers =
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