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

Added declaration of 'encryption' marker which will be used in all tests which deal with encryption.

This commit is contained in:
zotov 2022-06-06 20:41:07 +03:00
parent a7cfd9e00c
commit 205706fb7b

6
pytest.ini Normal file
View File

@ -0,0 +1,6 @@
[pytest]
console_output_style = count
# testpaths = tests
# addopts = --server local --install-terminal
markers =
encryption: mark a test as dealing with encryption plugin