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):
43
43
mock_span .set_attribute .assert_any_call ("function.result" , "5" )
44
44
45
45
46
- @pytest .mark .asyncio
47
46
async def test_async_function_default_params (mock_tracer ):
48
47
"""
49
48
Test an asynchronous function with default decorator parameters.
@@ -129,7 +128,6 @@ def sync_func(a, b):
129
128
assert call ("function.result" ) not in mock_span .set_attribute .call_args_list
130
129
131
130
132
- @pytest .mark .asyncio
133
131
async def test_disable_result_in_span (mock_tracer ):
134
132
"""
135
133
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):
52
52
assert disconnect_message == "Client #1 left the chat"
53
53
54
54
55
- @pytest .mark .asyncio
56
55
async def test_connection_manager ():
57
56
manager = ConnectionManager ()
58
57
You can’t perform that action at this time.
0 commit comments