sanic/tests
2018-10-11 23:02:21 -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 Add content_type flag to Sanic.static (#1267) 2018-07-20 22:31:15 -07:00
conftest.py simplified aiohttp version diffs, reverted worker import policy 2018-10-08 22:48:21 -04:00
test_bad_request.py Reuse app fixture in tests 2018-08-26 16:43:14 +02:00
test_blueprints.py Remove normpath 2018-10-10 14:04:21 +08:00
test_config.py Change the config test to remove NamedTemporaryFile 2018-10-11 17:34:46 +02:00
test_cookies.py Reuse app fixture in tests 2018-08-26 16:43:14 +02:00
test_create_task.py Reuse app fixture in tests 2018-08-26 16:43:14 +02:00
test_custom_protocol.py Reuse app fixture in tests 2018-08-26 16:43:14 +02:00
test_dynamic_routes.py Reuse app fixture in tests 2018-08-26 16:43:14 +02:00
test_exceptions_handler.py Comment: F821 undefined name is done on purpose 2017-07-26 12:44:30 +02:00
test_exceptions.py Reuse app fixture in tests 2018-08-26 16:43:14 +02:00
test_keep_alive_timeout.py simplified aiohttp version diffs, reverted worker import policy 2018-10-08 22:48:21 -04:00
test_logging.py Reuse app fixture in tests 2018-08-26 16:43:14 +02:00
test_middleware.py Reuse app fixture in tests 2018-08-26 16:43:14 +02:00
test_multiprocessing.py unittests passing on windows again 2018-09-29 13:54:47 -04:00
test_named_routes.py Reuse app fixture in tests 2018-08-26 16:43:14 +02:00
test_payload_too_large.py Reuse app fixture in tests 2018-08-26 16:43:14 +02:00
test_redirect.py Reuse app fixture in tests 2018-08-26 16:43:14 +02:00
test_request_cancel.py add unit tests for verifying 2018-10-11 23:02:21 -07:00
test_request_data.py Reuse app fixture in tests 2018-08-26 16:43:14 +02:00
test_request_stream.py Reuse app fixture in tests 2018-08-26 16:43:14 +02:00
test_request_timeout.py simplified aiohttp version diffs, reverted worker import policy 2018-10-08 22:48:21 -04:00
test_requests.py Reuse app fixture in tests 2018-08-26 16:43:14 +02:00
test_response_timeout.py Add a test for the graceful CancelledError handling. The user app should _never_ see a CancelledError bubble up, nor should they be able to catch it, because the response is already sent at that point. 2018-08-06 15:02:12 +10:00
test_response.py simplified aiohttp version diffs, reverted worker import policy 2018-10-08 22:48:21 -04:00
test_routes.py fix flake8 linelength errors 2018-10-01 09:46:18 -04:00
test_server_events.py unittests passing on windows again 2018-09-29 13:54:47 -04:00
test_signal_handlers.py Reuse app fixture in tests 2018-08-26 16:43:14 +02:00
test_static.py Reuse app fixture in tests 2018-08-26 16:43:14 +02:00
test_url_building.py Reuse app fixture in tests 2018-08-26 16:43:14 +02:00
test_url_for_static.py Reuse app fixture in tests 2018-08-26 16:43:14 +02:00
test_utf8.py Reuse app fixture in tests 2018-08-26 16:43:14 +02:00
test_vhosts.py Reuse app fixture in tests 2018-08-26 16:43:14 +02:00
test_views.py Reuse app fixture in tests 2018-08-26 16:43:14 +02:00
test_worker.py simplified aiohttp version diffs, reverted worker import policy 2018-10-08 22:48:21 -04:00