python-pytest-asyncio 0.20.3-1 source package in Ubuntu
Changelog
python-pytest-asyncio (0.20.3-1) unstable; urgency=medium [ upstream ] * new release * avoid usage of deprecated mark; closes: bug#1026209, thanks to Timo Röhling [ Jonas Smedegaard ] * drop patch 2002, obsoleted by upstream changes -- Jonas Smedegaard <email address hidden> Fri, 16 Dec 2022 14:35:17 +0100
Upload details
- Uploaded by:
- Jonas Smedegaard
- Uploaded to:
- Sid
- Original maintainer:
- Jonas Smedegaard
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-pytest-asyncio_0.20.3-1.dsc | 2.3 KiB | de765d8f4208ae33659dbfff0706d1c9f614f778424d96c91006dc4616cfebba |
python-pytest-asyncio_0.20.3.orig.tar.gz | 27.0 KiB | 71167da362a2c1ab22a048463eb2954b7f15fba18d41eee6a3b9db03863a2580 |
python-pytest-asyncio_0.20.3-1.debian.tar.xz | 3.7 KiB | 9b06722e287b741e9ec424dee7886f958619c67c69f9375643b3e0796b0fdb82 |
Available diffs
- diff from 0.19.0-1 to 0.20.3-1 (13.3 KiB)
No changes file available.
Binary packages built by this source
- python3-pytest-asyncio: pytest support for asyncio.
pytest-asyncio is a ibrary for testing asyncio code with pytest.
.
asyncio code is usually written in the form of coroutines,
which makes it slightly more difficult to test
using normal testing tools.
pytest-asyncio provides useful fixtures and markers
to make testing easier.