Add context manager tests

This commit is contained in:
2025-07-19 18:13:44 +03:00
parent 987d6b5131
commit 22e9f6f599
3 changed files with 102 additions and 1 deletions

View File

@@ -24,5 +24,6 @@ packages = ["src/breakshaft"]
dev = [
"mypy>=1.16.1",
"pytest>=8.4.1",
"pytest-asyncio>=1.1.0",
"pytest-cov>=6.2.1",
]