Add pytest with GitHub Action workflow

This commit is contained in:
2024-11-09 13:21:50 -06:00
parent db260ecfa3
commit 818c3cb7bc
6 changed files with 156 additions and 1 deletions

View File

@@ -35,6 +35,8 @@ pwdlib = {extras = ["argon2"], version = "^0.2.1"}
memory-profiler = "^0.61.0"
bpython = "^0.24"
types-pytz = "^2024.2.0.20241003"
pytest = "^8.3.3"
httpx = "^0.27.2"
[build-system]
requires = ["poetry-core"]