From fd317fffd5ed51497c741b897bf1e51bcb3d966b Mon Sep 17 00:00:00 2001 From: Myhailo Chernyshov Date: Wed, 4 Dec 2024 22:55:28 +0200 Subject: [PATCH] refactor: Utils tests are moved outside fixtures data --- tests/{fixtures_data => }/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/{fixtures_data => }/test_utils.py (95%) diff --git a/tests/fixtures_data/test_utils.py b/tests/test_utils.py similarity index 95% rename from tests/fixtures_data/test_utils.py rename to tests/test_utils.py index 7065fb8..82b4195 100644 --- a/tests/fixtures_data/test_utils.py +++ b/tests/test_utils.py @@ -3,7 +3,7 @@ class TestXMLCleaningFromCDATA: """ - Tests XML string cleaning from CDATA sections. + Test XML string cleaning from CDATA sections. """ def test_cdata_containing_html_is_cleaned_successfully(