python-pytest-asyncio 0.18.1-1 source package in Ubuntu
Changelog
python-pytest-asyncio (0.18.1-1) unstable; urgency=medium [ upstream ] * new release(s) [ Jonas Smedegaard ] * update git-buildpackage config: + use DEP-14 branch names debian/latest upstream/latest (not master upstream) + add usage comment * modernize build rules; build-depend on dh-sequence-python3 pybuild-plugin-pyproject (not dh-python) * build-depend on python3-flaky python3-mypy * tighten lintian overrides * update copyright info: update coverage -- Jonas Smedegaard <email address hidden> Sat, 19 Feb 2022 16:14:26 +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 | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-pytest-asyncio_0.18.1-1.dsc | 2.2 KiB | abb49e107d0c5ebfcce358b996b8b709d65e226d77bc364bc6b506f991794ee7 |
python-pytest-asyncio_0.18.1.orig.tar.gz | 23.8 KiB | 1b6caf2decad0f627992dc7050200748df9c8b27414b303fd86884af0b34ac76 |
python-pytest-asyncio_0.18.1-1.debian.tar.xz | 3.5 KiB | 149bd5f1b3dd970bbc49ac506b8524425f6807680ef14fcc0da8775ee9b51563 |
Available diffs
- diff from 0.16.0-1 to 0.18.1-1 (19.9 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.