From 306fdc72ac279c0fc24b5f2f897615cb6c901ed6 Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Sun, 29 Dec 2024 09:59:26 +0300 Subject: [PATCH] Added/Updated tests\bugs\core_3947_test.py: Added 'pytest.mark.intl' attribute in order to have ability to run only tests related to i18n --- tests/bugs/core_3947_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bugs/core_3947_test.py b/tests/bugs/core_3947_test.py index 8afd2661..b59cd3f5 100644 --- a/tests/bugs/core_3947_test.py +++ b/tests/bugs/core_3947_test.py @@ -51,6 +51,7 @@ expected_stdout = """ PLAN SORT (T NATURAL) """ +@pytest.mark.intl @pytest.mark.version('>=3.0') def test_1(act: Action): act.expected_stdout = expected_stdout