This website requires JavaScript.
Explore
Help
Register
Sign In
floraachy
/
pytest2
Watch
1
Star
0
Fork
You've already forked pytest2
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8.0.x
pytest2
/
testing
/
plugins_integration
/
pytest_trio_integration.py
9 lines
95 B
Python
Raw
Permalink
Blame
History
import
trio
import
pytest
@pytest.mark.trio
async
def
test_sleep
(
)
:
await
trio
.
sleep
(
0
)
Reference in New Issue
View Git Blame
Copy Permalink