sanic/tests
Igor Gnatenko a9c7d95e9b tests: do not assume that locahost == 127.0.0.1
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-10-31 09:39:09 +01: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 use url_for for url building for static files 2017-09-06 19:17:52 +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 add unit tests 2017-08-20 23:37:22 -07:00
test_config.py test for env var prefix 2017-09-05 10:58:48 +02:00
test_cookies.py fix false cookie encoding and output 2017-10-05 22:20:50 -07: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 Comment: F821 undefined name is done on purpose 2017-07-26 12:44:30 +02:00
test_exceptions.py fix #914, change arguments of Unauthorized.__init__ 2017-08-24 22:59:25 +08:00
test_keep_alive_timeout.py Fixed error where the RequestTimeout test wasn't actually testing the correct behaviour 2017-09-13 10:18:36 +10:00
test_logging.py fix missed assertion 2017-10-09 17:18:04 +03: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_named_routes.py use name to define route name for different methods on same url 2017-08-22 14:02:38 +08: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-10 09:48:30 -07:00
test_request_timeout.py Fixed error where the RequestTimeout test wasn't actually testing the correct behaviour 2017-09-13 10:18:36 +10:00
test_requests.py remove port from ip 2017-10-23 21:37:59 -07:00
test_response_timeout.py WIP - Split RequestTimeout, ResponseTimout, and KeepAliveTimeout into different timeouts, with different callbacks. 2017-09-11 17:17:33 +10:00
test_response.py add test for custom filename 2017-10-09 17:45:42 +03:00
test_routes.py raise exception for invalid param syntax 2017-10-09 07:54:39 -07:00
test_server_events.py add unit tests and make flake8 happy 2017-08-08 22:21:40 -07:00
test_signal_handlers.py rework testing 2017-02-14 14:51:20 -05:00
test_static.py support vhosts in static routes 2017-09-27 01:24:49 -07:00
test_url_building.py tests: do not assume that locahost == 127.0.0.1 2017-10-31 09:39:09 +01:00
test_url_for_static.py use url_for for url building for static files 2017-09-06 19:17:52 +08: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 fix a unit test 2017-06-25 01:03:28 -07:00