First integration test

This commit is contained in:
Jonas Zeunert
2024-04-26 20:26:30 +02:00
parent 041aaa5d88
commit 254c714c8b
3 changed files with 30 additions and 11 deletions

View File

@@ -25,11 +25,15 @@ classifiers = [
dependencies = [
"argparse",
"pathlib",
"pytest>=8.1.1",
]
license = {text = "GPL"}
[project.optional-dependencies]
dev = ["pylint"]
dev = [
"pylint",
"pytest>=8.1.1",
]
test = ["pytest"]
[project.urls]