This website requires JavaScript.
Explore
Help
Sign In
p53209761
/
test_ok2
Watch
1
Star
0
Fork
You've already forked test_ok2
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2178ee86d7
test_ok2
/
testing
/
plugins_integration
/
pytest_anyio_integration.py
9 lines
98 B
Python
Raw
Blame
History
import
anyio
import
pytest
@pytest.mark.anyio
async
def
test_sleep
(
)
:
await
anyio
.
sleep
(
0
)
Reference in New Issue
View Git Blame
Copy Permalink