sanic/tests
Jacob 52bdd1d5a2 Add stream support for bp.add_route() (#1482)
* Fix #1454

* Update doc

* Fix F632 in response.py
2019-02-05 07:47:46 -06:00
..
certs initial commit 2017-03-03 11:44:50 -05:00
performance Run linter 2018-12-30 13:18:06 +02:00
static Add content_type flag to Sanic.static (#1267) 2018-07-20 22:31:15 -07:00
conftest.py Run linter 2018-12-30 13:18:06 +02:00
test_app.py fix uvloop check 2019-01-15 17:45:47 +02:00
test_bad_request.py Run linter 2018-12-30 13:18:06 +02:00
test_blueprints.py Run linter 2018-12-30 13:18:06 +02:00
test_config.py Fix app.create_server calls 2019-01-15 15:47:35 +02:00
test_cookies.py test float handling 2019-01-12 20:41:35 -08:00
test_create_task.py Run linter 2018-12-30 13:18:06 +02:00
test_custom_protocol.py Run linter 2018-12-30 13:18:06 +02:00
test_custom_request.py Created methods to append and finish body content on Request (#1379) 2018-11-12 09:11:41 -06:00
test_dynamic_routes.py Run linter 2018-12-30 13:18:06 +02:00
test_exceptions_handler.py Run linter 2018-12-30 13:18:06 +02:00
test_exceptions.py Run linter 2018-12-30 13:18:06 +02:00
test_helpers.py Run linter 2018-12-30 13:18:06 +02:00
test_keep_alive_timeout.py More tests, attempting to fix CI 2019-01-15 14:52:53 +02:00
test_logging.py Run linter 2018-12-30 13:18:06 +02:00
test_logo.py Fix app.create_server calls 2019-01-15 15:47:35 +02:00
test_middleware.py upgrade pytest version that compatible with pytest-cov, fixes some caplog unit tests (#1464) 2019-01-08 09:15:23 -06:00
test_multiprocessing.py Run linter 2018-12-30 13:18:06 +02:00
test_named_routes.py Run linter 2018-12-30 13:18:06 +02:00
test_payload_too_large.py Run linter 2018-12-30 13:18:06 +02:00
test_redirect.py Run linter 2018-12-30 13:18:06 +02:00
test_request_cancel.py Run linter 2018-12-30 13:18:06 +02:00
test_request_data.py Run linter 2018-12-30 13:18:06 +02:00
test_request_stream.py Add stream support for bp.add_route() (#1482) 2019-02-05 07:47:46 -06:00
test_request_timeout.py upgrade pytest version that compatible with pytest-cov, fixes some caplog unit tests (#1464) 2019-01-08 09:15:23 -06:00
test_requests.py Remove unwanted None check for __repr__ in class 2019-01-17 00:24:11 +08:00
test_response_timeout.py fix access_log in run server and fix bool in env variables 2019-01-02 23:28:05 +01:00
test_response.py Run linter 2018-12-30 13:18:06 +02:00
test_routes.py Run linter 2018-12-30 13:18:06 +02:00
test_server_events.py Fix app.create_server calls 2019-01-15 15:47:35 +02:00
test_signal_handlers.py Run linter 2018-12-30 13:18:06 +02:00
test_static.py Run linter 2018-12-30 13:18:06 +02:00
test_url_building.py Run linter 2018-12-30 13:18:06 +02:00
test_url_for_static.py Run linter 2018-12-30 13:18:06 +02:00
test_utf8.py Run linter 2018-12-30 13:18:06 +02:00
test_vhosts.py Run linter 2018-12-30 13:18:06 +02:00
test_views.py Run linter 2018-12-30 13:18:06 +02:00
test_worker.py fix access_log in run server and fix bool in env variables 2019-01-02 23:28:05 +01:00