parse, convert, write
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user