add a few first tests for /movies web route

This commit is contained in:
ducklet 2021-12-07 23:54:06 +01:00
parent bd3e35936a
commit a468c8ad60
4 changed files with 71 additions and 2 deletions

View file

@ -21,6 +21,7 @@ pytest = "^6.2.4"
pyright = "*"
black = "*"
isort = "*"
pytest-asyncio = "^0.16.0"
[build-system]
requires = ["poetry-core>=1.0.0"]