Smoke tests for assorted plugins (#7721)

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
Co-authored-by: Thomas Grainger <tagrain@gmail.com>
Co-authored-by: Kyle Altendorf <sda@fstab.net>
This commit is contained in:
Sorin Sbarnea
2020-09-19 19:56:52 +01:00
committed by GitHub
parent 9f164b7227
commit b031a7cecf
19 changed files with 190 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
import anyio
import pytest
@pytest.mark.anyio
async def test_sleep():
await anyio.sleep(0)