add tests and workflow

This commit is contained in:
Bruce Röttgers
2025-04-26 19:40:41 +02:00
parent e578473c9f
commit 59b2aeb1f4
7 changed files with 4908 additions and 2 deletions

View File

@@ -12,3 +12,8 @@ dependencies = [
"python-dotenv>=1.1.0",
"wikitextparser>=0.56.3",
]
[dependency-groups]
dev = [
"pytest>=8.3.5",
]