Skip to content

Commit a8ddbe1

Browse files
committed
add mark to testing fixture too
1 parent 6fd8df9 commit a8ddbe1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_networking_simulator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99

1010
@pytest.fixture
11+
@pytest.mark.asyncio
1112
def network(router):
1213
network = router.get_network('localhost')
1314
with network.patch_asyncio():

0 commit comments

Comments
 (0)