diff --git a/pytest.ini b/pytest.ini index 48b37958..110e3b95 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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 \ No newline at end of file + encryption: mark a test as dealing with encryption plugin + replication: mark a test as dealing with database participating in replication \ No newline at end of file