sanic/tests
2017-06-09 08:42:48 -07:00
..
certs initial commit 2017-03-03 11:44:50 -05:00
performance Make golang performance test return JSON instead of string 2016-12-24 10:28:34 +01:00
static 1. try...catch aiohttp encode response body to text in test_client 2017-03-23 15:22:00 +08:00
test_bad_request.py Use app decorator instead of run arguments for before_start 2017-02-11 14:30:17 +00:00
test_blueprints.py check json is None if body is not JSON 2017-06-07 10:03:27 +01:00
test_config.py allow setting config from individual env variables 2017-03-25 17:45:55 -07:00
test_cookies.py rework testing 2017-02-14 14:51:20 -05:00
test_create_task.py Remove utils.py 2017-05-04 15:52:18 +09:00
test_custom_protocol.py rework testing 2017-02-14 14:51:20 -05:00
test_dynamic_routes.py rework testing 2017-02-14 14:51:20 -05:00
test_exceptions_handler.py added exception chain rendering in debug #675 2017-05-01 12:56:33 -04:00
test_exceptions.py remove redundant code; decode response 2017-05-20 23:27:00 -07:00
test_logging.py rework testing 2017-02-14 14:51:20 -05:00
test_middleware.py Response middleware should be called even if server replies with error 2017-04-04 15:55:43 +01:00
test_multiprocessing.py rework testing 2017-02-14 14:51:20 -05:00
test_payload_too_large.py Merge pull request #602 from jkbbwr/fix/env-install 2017-03-31 10:42:21 -07:00
test_redirect.py Fix line length again... 2017-03-28 22:51:23 -05:00
test_request_data.py Add py3*-no-ext test env 2017-05-15 10:10:50 +08:00
test_request_stream.py add unit tests 2017-06-09 08:42:48 -07:00
test_request_timeout.py Restored tests to upstream/master 2017-03-31 08:53:46 +01:00
test_requests.py unit tests 2017-06-08 17:25:22 -07:00
test_response.py also store json result in local request 2017-06-05 16:24:23 +01:00
test_routes.py Replace stream decorator to stream parameter 2017-05-09 22:31:15 +09:00
test_server_events.py rework testing 2017-02-14 14:51:20 -05:00
test_signal_handlers.py rework testing 2017-02-14 14:51:20 -05:00
test_static.py 1. try...catch aiohttp encode response body to text in test_client 2017-03-23 15:22:00 +08:00
test_url_building.py rework testing 2017-02-14 14:51:20 -05:00
test_utf8.py rework testing 2017-02-14 14:51:20 -05:00
test_vhosts.py allow default vhost 2017-02-20 16:52:36 -08:00
test_views.py is_request_stream for CompositionView and HTTPMethodView 2017-05-09 01:04:03 +09:00
test_worker.py Add a simple integration test for Gunicorn worker 2017-05-23 11:04:27 +08:00