This commit is contained in:
Will McGugan
2022-09-23 13:27:25 +01:00
48 changed files with 1864 additions and 1305 deletions

View File

@@ -37,7 +37,7 @@ nanoid = "^2.0.0"
dev = ["aiohttp", "click", "msgpack"]
[tool.poetry.dev-dependencies]
pytest = "^6.2.3"
pytest = "^7.1.3"
black = "^22.3.0"
mypy = "^0.950"
pytest-cov = "^2.12.1"
@@ -48,6 +48,7 @@ pre-commit = "^2.13.0"
pytest-aiohttp = "^1.0.4"
time-machine = "^2.6.0"
Jinja2 = "<3.1.0"
syrupy = "^3.0.0"
[tool.black]
includes = "src"
@@ -55,6 +56,7 @@ includes = "src"
[tool.pytest.ini_options]
asyncio_mode = "auto"
testpaths = ["tests"]
addopts = "--strict-markers"
markers = [
"integration_test: marks tests as slow integration tests (deselect with '-m \"not integration_test\"')",
]