An open API service indexing awesome lists of open source software.

https://github.com/risboo6909/emulate_tornado_server

Collection of short functions to simplify tornado-based clients testing
https://github.com/risboo6909/emulate_tornado_server

http server testing tornado

Last synced: 3 months ago
JSON representation

Collection of short functions to simplify tornado-based clients testing

Awesome Lists containing this project

README

          

Collection of short functions to simplify tornado-based clients testing.
Provides tools to simplify http server emulation for thorough tests of
tornado-based clients in a closest to real world way.

See [tests/test_async_decorator.py](https://github.com/risboo6909/emulate_tornado_server/blob/master/tests/test_async_decorator.py) for examples.