Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supakeen/pytest-whirlwind
Tornado testing.
https://github.com/supakeen/pytest-whirlwind
Last synced: 13 days ago
JSON representation
Tornado testing.
- Host: GitHub
- URL: https://github.com/supakeen/pytest-whirlwind
- Owner: supakeen
- License: mit
- Created: 2020-06-12T13:42:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T23:46:04.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T21:48:18.427Z (20 days ago)
- Language: Python
- Size: 112 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
pytest-whirlwind
################.. image:: https://travis-ci.org/supakeen/pytest-whirlwind.svg?branch=master
:target: https://travis-ci.org/supakeen/pytest-whirlwind.. image:: https://readthedocs.org/projects/pytest-whirlwind/badge/?version=latest
:target: https://pytest-whirlwind.readthedocs.io/en/latest/.. image:: https://pytest-whirlwind.readthedocs.io/en/latest/_static/license.svg
:target: https://github.com/supakeen/pytest-whirlwind/blob/master/LICENSE.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/ambv/black.. image:: https://img.shields.io/pypi/v/pytest-whirlwind
:target: https://pypi.org/project/pytest-whirlwind.. image:: https://codecov.io/gh/supakeen/pytest-whirlwind/branch/master/graph/badge.svg
:target: https://codecov.io/gh/supakeen/pytest-whirlwindPlugin to py.test to provide ease of testability for Tornado-based Python code.
Supports Tornado's HTTP bits, WebSockets, and IOStreams.