From 205706fb7b3e1ddeecac129853784df7a3224b9a Mon Sep 17 00:00:00 2001 From: zotov Date: Mon, 6 Jun 2022 20:41:07 +0300 Subject: [PATCH] Added declaration of 'encryption' marker which will be used in all tests which deal with encryption. --- pytest.ini | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 00000000..48b37958 --- /dev/null +++ b/pytest.ini @@ -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 \ No newline at end of file