File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ def add_nums(a, b):
4343 mock_span .set_attribute .assert_any_call ("function.result" , "5" )
4444
4545
46- @pytest .mark .asyncio
4746async def test_async_function_default_params (mock_tracer ):
4847 """
4948 Test an asynchronous function with default decorator parameters.
@@ -129,7 +128,6 @@ def sync_func(a, b):
129128 assert call ("function.result" ) not in mock_span .set_attribute .call_args_list
130129
131130
132- @pytest .mark .asyncio
133131async def test_disable_result_in_span (mock_tracer ):
134132 """
135133 Test an asynchronous function with `add_result_to_span` set to False.
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ def test_client_disconnect(test_client):
5252 assert disconnect_message == "Client #1 left the chat"
5353
5454
55- @pytest .mark .asyncio
5655async def test_connection_manager ():
5756 manager = ConnectionManager ()
5857
You can’t perform that action at this time.
0 commit comments