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
- Host: GitHub
- URL: https://github.com/risboo6909/emulate_tornado_server
- Owner: risboo6909
- License: mit
- Created: 2017-08-20T22:27:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-24T22:40:15.000Z (over 8 years ago)
- Last Synced: 2025-11-27T15:09:19.817Z (4 months ago)
- Topics: http, server, testing, tornado
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.