test: add real-Redis integration tests (#45)

This commit is contained in:
d3vyce
2026-06-02 19:18:32 +02:00
committed by GitHub
parent f9d326ba02
commit 56be33d5b5
6 changed files with 193 additions and 56 deletions
+4
View File
@@ -64,9 +64,13 @@ build-backend = "uv_build"
[tool.pytest.ini_options]
testpaths = ["tests"]
anyio_mode = "auto"
filterwarnings = [
"ignore::DeprecationWarning",
]
markers = [
"integration: requires a live Redis at localhost:6379",
]
[tool.coverage.run]
source = ["src/taskiq_deduplication"]