pytest-tornasync 0.6.0.post2-ok1 source package in openKylin

Changelog

pytest-tornasync (0.6.0.post2-ok1) nile; urgency=medium

  * Build for openkylin.

 -- rtlhq <nobelxyz@163.com>  Sat, 02 Sep 2023 18:10:25 +0800

Upload details

Uploaded by:
rtlhq
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main python

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-tornasync_0.6.0.post2.orig.tar.gz 6.0 KiB c57d2fd702cb64a9f1138d68f85bf10fc68b5b113fe578d07a3b7b56c00cba93
pytest-tornasync_0.6.0.post2-ok1.debian.tar.xz 2.6 KiB f85285401eaef100199306f2d68563a2412f1c9c080f7010ea56c59be79a38d8
pytest-tornasync_0.6.0.post2-ok1.dsc 2.0 KiB e3625034b5fc441de31f29a52360965c8e0632706eda4406542eae9a138dd9e8

View changes file

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.