emulate-tornado-server

Collection of short functions to simplify tornado-based clients testing


Keywords
tornado, testing, http, server, client
License
MIT
Install
pip install emulate-tornado-server==1.0.0

Documentation

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 for examples.