[ 原始碼: pytest-tornasync ]
套件:python3-pytest-tornasync(0.6.0.post2-2)
python3-pytest-tornasync 的相關連結
Debian 的資源:
下載原始碼套件 pytest-tornasync:
- [pytest-tornasync_0.6.0.post2-2.dsc]
- [pytest-tornasync_0.6.0.post2.orig.tar.gz]
- [pytest-tornasync_0.6.0.post2-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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.
其他與 python3-pytest-tornasync 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pytest
- Simple, powerful testing in Python3
-
- dep: python3-tornado
- scalable, non-blocking web server and tools - Python 3 package