From e05f72af6caae4d65a67725c8f84c1fb4b74113c Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Fri, 31 Jan 2025 09:05:30 +0200 Subject: [PATCH] test presence of a element add a testcase for the XML output --- tests/lib/pysol_tests/test_import_file.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/lib/pysol_tests/test_import_file.py b/tests/lib/pysol_tests/test_import_file.py index f2cdb5f3..b37f1e55 100644 --- a/tests/lib/pysol_tests/test_import_file.py +++ b/tests/lib/pysol_tests/test_import_file.py @@ -61,7 +61,8 @@ class ImportFileTests(unittest.TestCase): def test_import_XML(self): return self._successful_import__XML_test( fn='tests/unit/data/with-10-for-rank.txt', - expected_regex='''''', blurb='xml import worked') + expected_regex='''''', + blurb='xml import worked') def test_import(self): return self._successful_import('tests/unit/data/with-10-for-rank.txt',