Created
August 13, 2020 04:44
-
-
Save gsalgado/436ba937392541e15b9d5310822a3621 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pytest | |
import time | |
@pytest.mark.asyncio | |
async def test_warning(): | |
async def f(): | |
time.sleep(1) | |
await f() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment