parse, convert, write

This commit is contained in:
Jonas Zeunert
2024-04-27 15:19:30 +02:00
parent 4561e0399b
commit 8e5cf17c0b
3 changed files with 29 additions and 6 deletions

View File

@@ -6,5 +6,5 @@ def test_parser_filenotexists():
with pytest.raises(Exception, match=r".*Given path is not a file.*"):
Parser(Path("nop"))
def test_parser():
def test_parse():
None