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
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
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | release | main | python | |
Nile V2.0 | release | main | python |
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 |
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.
gen_test. Defining a test with async def and a name that begins with test_ is
all that is required.