From 71b430dcd5345fbb668be1b9ecac9aa552caa474 Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Sun, 9 Jun 2024 18:34:02 +0300 Subject: [PATCH] Added mark es_eds to mark tests as dealing with ES/EDS mechanism --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 04a3cfd4..f94fcd5a 100644 --- a/pytest.ini +++ b/pytest.ini @@ -3,6 +3,7 @@ console_output_style = count # testpaths = tests # addopts = --server local --install-terminal markers = + 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