mirror of
https://github.com/bec-project/bec_atlas.git
synced 2025-07-14 07:01:48 +02:00
wip
This commit is contained in:
@ -13,7 +13,7 @@ def backend_client(backend):
|
|||||||
app.server.should_exit = False
|
app.server.should_exit = False
|
||||||
app.redis_websocket.users = {}
|
app.redis_websocket.users = {}
|
||||||
yield client, app
|
yield client, app
|
||||||
app.redis_websocket.redis._redis_conn.flushall()
|
# app.redis_websocket.redis._redis_conn.flushall()
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.asyncio(loop_scope="session")
|
@pytest.mark.asyncio(loop_scope="session")
|
||||||
|
Reference in New Issue
Block a user