Pytest support for qasync.
Project description
pytest-qasync
Pytest plugin to test qasync.
Example
import pytest
async def coro():
return 1
@pytest.mark.qasync
async def test_qasync():
res = await coro()
assert res == 1
Disclaimer
Code mostly stolen from pytest-asyncio project.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.
See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for pytest_qasync-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb1cb0bdf7942d65b0c07fb292cf811475bc14dfcb203914dbf04f0275f59d11 |
|
MD5 | 171cef4d8e4d2613f874417c2805a8c7 |
|
BLAKE2b-256 | 58b7cc756de85c99cd49ec6f365d1e7416c8b48572d68c000cd84870b9daf4a2 |