Add: Parser + test
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user