From b70f0174883d9c5593905ecfab1c9feb20f58bc7 Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Wed, 4 Sep 2024 20:04:56 +0300 Subject: [PATCH] Add marker 'intl' for tests which deal with non-ascii characters --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 90668c59..9da79511 100644 --- a/pytest.ini +++ b/pytest.ini @@ -3,6 +3,7 @@ console_output_style = count # testpaths = tests # addopts = --server local --install-terminal markers = + intl: mark a test as dealing with non-ascii characters scroll_cur: mark a test as dealing with scrollable cursor es_eds: mark a test as dealing with ES/EDS mechanism trace: mark a test as dealing with trace