This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
pytest
mirror of
https://gitee.com/openkylin/pytest.git
Watch
9
Star
0
Fork
You've already forked pytest
1
Code
Issues
Projects
Releases
Wiki
Activity
1b06879931
pytest
/
testing
/
plugins_integration
/
pytest_asyncio_integration.py
9 lines
104 B
Python
Raw
Blame
History
import
asyncio
import
pytest
@pytest.mark.asyncio
async
def
test_sleep
(
)
:
await
asyncio
.
sleep
(
0
)
Reference in New Issue
View Git Blame
Copy Permalink