From 0960c28a7a760eaa9082c0449cd1afefb51a67e9 Mon Sep 17 00:00:00 2001 From: yashaka Date: Fri, 12 Jul 2024 11:40:33 +0300 Subject: [PATCH] [#530] TEST: clean tests from pytest.exit --- tests/integration/condition__mixed_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/condition__mixed_test.py b/tests/integration/condition__mixed_test.py index 70ddfc8d..7c976b8c 100644 --- a/tests/integration/condition__mixed_test.py +++ b/tests/integration/condition__mixed_test.py @@ -433,7 +433,6 @@ def test_should_be_emtpy__applied_to_non_form__passed_and_failed__compared( '\n' 'Reason: ConditionMismatch: actual: 0\n' ) in str(error) - pytest.exit('passed') ss('.absent').should(be._empty) try: ss('.absent').should(be.not_._empty)