Add tests

This commit is contained in:
Joakim Hellsén 2022-12-13 22:09:51 +01:00
commit a704a63582
No known key found for this signature in database
GPG key ID: 01FD861E3DAC09AC
10 changed files with 325 additions and 22 deletions

View file

@ -19,6 +19,7 @@ tomlkit = "^0.11.6"
[tool.poetry.group.dev.dependencies]
pytest = "^7.1.3"
httpx = "^0.23.1"
[build-system]
requires = ["poetry-core>=1.0.0"]