pytest-tornasync 0.6.0.post2-2 source package in Ubuntu

Changelog

pytest-tornasync (0.6.0.post2-2) unstable; urgency=medium

  * [1e442bd] set DPT as Maintainer; myself as Uploader
  * [28928a2] drop superficial autopkgtest-pkg-python, already using
    upstream testsuite in autopkgtest

 -- Joseph Nahmias <email address hidden>  Sun, 26 Dec 2021 10:40:03 -0500

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-tornasync_0.6.0.post2-2.dsc 2.2 KiB d1742e24b3a0b957646ce2825c84c01cc54b137171de04d6cb1477156384355e
pytest-tornasync_0.6.0.post2.orig.tar.gz 6.0 KiB c57d2fd702cb64a9f1138d68f85bf10fc68b5b113fe578d07a3b7b56c00cba93
pytest-tornasync_0.6.0.post2-2.debian.tar.xz 3.0 KiB 6b2f06c6aad53c97e743f2f458ec0eeae7b59571a3b88e86049b283f25d0541d

Available diffs

No changes file available.

Binary packages built by this source

python3-pytest-tornasync: pytest plugin for testing Tornado apps using native coroutine tests

 A simple pytest plugin that provides some helpful fixtures for testing Tornado
 (version 5.0 or newer) apps and easy handling of plain (undecoratored) native
 coroutine tests (Python 3.5+).
 .
 Why another Tornado pytest plugin when the excellent pytest-tornado already
 exists? The main reason is that I didn't want to have to decorate every test
 coroutine with @pytest.mark.gen_test. This plugin doesn't have anything like
 gen_test. Defining a test with async def and a name that begins with test_ is
 all that is required.