We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7bd5fb commit 49934deCopy full SHA for 49934de
src/backend/tests/test_utils.py
@@ -13,6 +13,7 @@
13
os.environ["COSMOSDB_DATABASE"] = "mock_database"
14
os.environ["COSMOSDB_CONTAINER"] = "mock_container"
15
16
+
17
# Test cases with loop_scope="session" for async functions
18
@pytest.mark.asyncio(loop_scope="session")
19
@patch("src.backend.utils.SingleThreadedAgentRuntime")
0 commit comments