Skip to content

Commit

Permalink
chore: fix test_xml_validation_low_level.py (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nora-Olivia-Ammann committed Feb 29, 2024
1 parent 38007db commit 3e758c7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/unittests/utils/test_xml_validation_low_level.py
Expand Up @@ -82,10 +82,6 @@ def test_find_xml_tags_in_simple_text_elements_forbidden_escapes_two(self) -> No
assert res_msg == expected_msg


if __name__ == "__main__":
pytest.main([__file__])


def test_find_all_text_props_with_multiple_encodings_problems() -> None:
test_props = [TextValueData("problem_id", "problem_prop", {"xml", "utf8"}), TextValueData("", "", {"utf8"})]
problem = _find_all_text_props_with_multiple_encodings(test_props)[0]
Expand Down

0 comments on commit 3e758c7

Please sign in to comment.