Skip to content

Commit e1d65e2

Browse files
committed
Include new test in asyncio group
1 parent 076a04c commit e1d65e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python_packages/jupyter_lsp/jupyter_lsp/tests/test_virtual_documents_shadow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ async def test_shadow(shadow_path, message_func, content, expected_content, mana
119119
assert f.read() == expected_content
120120

121121

122+
@pytest.mark.asyncio
122123
async def test_short_circuits_for_well_behaved_server(
123124
shadow_path,
124125
):

0 commit comments

Comments
 (0)