Add: Parser + test

This commit is contained in:
Jonas Zeunert
2024-04-27 14:21:55 +02:00
parent de6753ce3a
commit 20a6b12642
4 changed files with 69 additions and 41 deletions

View File

@@ -26,6 +26,8 @@ dependencies = [
"argparse",
"pathlib",
"pytest>=8.1.1",
"mypy>=1.10.0",
"kiutils>=1.4.8",
]
license = {text = "GPL"}
@@ -53,6 +55,7 @@ addopts = "-ra -q"
testpaths = [
"tests",
"tests/integration",
"tests/unit",
]
pythonpath = './src'