Skip to content

Commit 5e8a7ba

Browse files
committed
feat: Add pytest-asyncio support for asynchronous testing
1 parent b3f69df commit 5e8a7ba

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,8 @@ dev = [
3535
"mypy",
3636
"ruff",
3737
"pytest",
38+
"pytest-asyncio",
3839
]
40+
41+
[tool.pytest.ini_options]
42+
asyncio_mode = "auto"

0 commit comments

Comments
 (0)