Update test & description

This commit is contained in:
William Fu-Hinthorn
2025-05-14 06:53:07 -07:00
parent cd1003d7b5
commit f5cd30ad3c
4 changed files with 20 additions and 6 deletions

6
tests/conftest.py Normal file
View File

@@ -0,0 +1,6 @@
import pytest
@pytest.fixture(scope="session")
def anyio_backend():
return "asyncio"