This website requires JavaScript.
Explore
Help
Sign In
kyfx
/
pytest
mirror of
https://github.com/pytest-dev/pytest.git
Watch
4
Star
0
Fork
You've already forked pytest
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1142d138e3
pytest
/
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