started pytests

This commit is contained in:
John Lancaster
2026-02-21 22:51:50 -06:00
parent 58ab0aae6c
commit 54e2febf3b
3 changed files with 111 additions and 0 deletions

View File

@@ -19,6 +19,9 @@ dev = [
"rich>=14.3.3",
"ruff>=0.15.2",
]
test = [
"pytest>=9.0.2",
]
[tool.ruff]
line-length = 120