..
benchmark
Perf improv ( #2074 )
2021-03-21 09:47:21 +02:00
certs
Vhost support using multiple TLS certificates ( #2270 )
2021-10-28 16:50:05 +03:00
fake
Conditionally inject CLI arguments into factory ( #2402 )
2022-03-23 12:00:41 +02:00
performance
Fix imports and isort to remove from Makefile deprecated options ( #1891 )
2020-07-07 16:13:03 +03:00
static
Static dir 2075 ( #2076 )
2021-03-21 15:03:54 +02:00
asyncmock.py
22.3 Deprecations and changes ( #2362 )
2022-01-12 16:28:43 +02:00
conftest.py
Sanic multi-application server ( #2347 )
2022-01-16 09:03:04 +02:00
skip_test_custom_protocol.py
Streaming Server ( #1876 )
2021-01-11 00:45:36 +02:00
test_app.py
Sanic multi-application server ( #2347 )
2022-01-16 09:03:04 +02:00
test_asgi.py
Downgrade warnings to backwater debug messages ( #2382 )
2022-01-19 14:26:45 +02:00
test_bad_request.py
Smarter auto fallback ( #2162 )
2021-09-29 23:53:49 +03:00
test_base.py
LTS v21.12 Deprecations ( #2306 )
2021-12-24 00:30:27 +02:00
test_blueprint_copy.py
Allow early Blueprint registrations to still apply later added objects ( #2260 )
2021-11-17 17:29:41 +02:00
test_blueprint_group.py
Smarter auto fallback ( #2162 )
2021-09-29 23:53:49 +03:00
test_blueprints.py
LTS v21.12 Deprecations ( #2306 )
2021-12-24 00:30:27 +02:00
test_cli.py
Conditionally inject CLI arguments into factory ( #2402 )
2022-03-23 12:00:41 +02:00
test_coffee.py
Coffee please ( #2316 )
2021-11-18 14:53:06 +02:00
test_config.py
Sanic multi-application server ( #2347 )
2022-01-16 09:03:04 +02:00
test_constants.py
Remove unnecessary import in test_constants.py, which also fixes an error on win ( #2180 )
2021-07-05 11:51:36 +03:00
test_cookies.py
Clean up use cases:
2021-02-03 22:36:44 +02:00
test_create_task.py
Mergeback of 21.12.1 ( #2358 )
2022-01-06 12:40:52 +02:00
test_custom_request.py
Streaming Server ( #1876 )
2021-01-11 00:45:36 +02:00
test_deprecation.py
LTS v21.12 Deprecations ( #2306 )
2021-12-24 00:30:27 +02:00
test_dynamic_routes.py
Add SanicBase
2021-01-28 09:18:06 +02:00
test_errorpages.py
22.3 Deprecations and changes ( #2362 )
2022-01-12 16:28:43 +02:00
test_exceptions_handler.py
22.3 Deprecations and changes ( #2362 )
2022-01-12 16:28:43 +02:00
test_exceptions.py
Sanic multi-application server ( #2347 )
2022-01-16 09:03:04 +02:00
test_ext_integration.py
Auto extend with Sanic Extensions ( #2308 )
2021-12-25 22:20:06 +02:00
test_graceful_shutdown.py
Optional uvloop use ( #2264 )
2021-12-23 11:57:33 +02:00
test_handler_annotations.py
Add convenience for annotated handlers ( #2225 )
2021-08-30 20:04:44 +03:00
test_headers.py
22.3 Internal version bumps ( #2419 )
2022-03-31 14:30:30 +03:00
test_helpers.py
Add custom request support to ASGI mode; fix a couple tests
2019-06-24 22:59:23 +03:00
test_http.py
HTTP tests ( #2194 )
2021-07-19 16:52:33 +03:00
test_json_encoding.py
LTS v21.12 Deprecations ( #2306 )
2021-12-24 00:30:27 +02:00
test_keep_alive_timeout.py
Cleanup ports on tests ( #2338 )
2021-12-13 19:48:30 +02:00
test_logging.py
Vhost support using multiple TLS certificates ( #2270 )
2021-10-28 16:50:05 +03:00
test_logo.py
Restructure of CLI and application state ( #2295 )
2021-11-07 21:39:03 +02:00
test_middleware.py
Prevent sending multiple or mixed responses on a single request ( #2327 )
2021-12-09 12:00:18 +02:00
test_motd.py
Sanic multi-application server ( #2347 )
2022-01-16 09:03:04 +02:00
test_multi_serve.py
Sanic multi-application server ( #2347 )
2022-01-16 09:03:04 +02:00
test_multiprocessing.py
Sanic multi-application server ( #2347 )
2022-01-16 09:03:04 +02:00
test_named_routes.py
v2 AST router ( #2133 )
2021-06-21 15:10:26 +03:00
test_payload_too_large.py
debug and working stage--squash
2021-02-08 12:18:29 +02:00
test_pipelining.py
Mergeback of 21.12.1 ( #2358 )
2022-01-06 12:40:52 +02:00
test_prepare.py
Sanic multi-application server ( #2347 )
2022-01-16 09:03:04 +02:00
test_redirect.py
deprecate abort ( #2077 )
2021-04-05 18:01:48 +03:00
test_reloader.py
Add two new events on the reloader process ( #2413 )
2022-03-22 23:29:39 +02:00
test_request_cancel.py
LTS v21.12 Deprecations ( #2306 )
2021-12-24 00:30:27 +02:00
test_request_data.py
LTS v21.12 Deprecations ( #2306 )
2021-12-24 00:30:27 +02:00
test_request_stream.py
LTS v21.12 Deprecations ( #2306 )
2021-12-24 00:30:27 +02:00
test_request.py
Better exception for bad URL parse ( #2415 )
2022-03-25 00:22:12 +02:00
test_requests.py
Preserve blank form values for urlencoded forms (option) ( #2439 )
2022-04-24 23:01:35 +03:00
test_response_timeout.py
Disable response timeout on websocket connections ( #2081 )
2021-03-23 01:20:17 +02:00
test_response.py
LTS v21.12 Deprecations ( #2306 )
2021-12-24 00:30:27 +02:00
test_routes.py
22.3 Internal version bumps ( #2419 )
2022-03-31 14:30:30 +03:00
test_server_events.py
Remove loop as required listener arg ( #2414 )
2022-03-23 11:02:39 +02:00
test_server_loop.py
Mergeback of 21.12.1 ( #2358 )
2022-01-06 12:40:52 +02:00
test_signal_handlers.py
Add fall back for Windows even loop fetching ( #2421 )
2022-04-17 12:25:41 +03:00
test_signals.py
Change signal routing for increased consistency ( #2277 )
2021-12-24 01:27:54 +02:00
test_static.py
Restructure of CLI and application state ( #2295 )
2021-11-07 21:39:03 +02:00
test_tasks.py
fix(tasks): newly assigned `None
` in registry ( #2381 )
2022-02-08 08:33:09 +02:00
test_test_client_port.py
Remove test client ( #2009 )
2021-01-28 09:22:22 +02:00
test_timeout_logic.py
Make HTTP connections start in IDLE stage, avoiding delays and error messages ( #2268 )
2021-11-16 23:03:27 +02:00
test_tls.py
Vhost support using multiple TLS certificates ( #2270 )
2021-10-28 16:50:05 +03:00
test_touchup.py
Add config option to skip Touchup step, for debugging purposes ( #2361 )
2022-03-24 13:52:05 +02:00
test_unix_socket.py
22.3 Internal version bumps ( #2419 )
2022-03-31 14:30:30 +03:00
test_url_building.py
v2 AST router ( #2133 )
2021-06-21 15:10:26 +03:00
test_url_for_static.py
Resolve some more tests
2021-02-07 11:38:37 +02:00
test_url_for.py
Signals Integration ( #2160 )
2021-08-05 22:55:42 +03:00
test_utf8.py
Swap out requests-async for httpx ( #1728 )
2019-12-20 19:23:52 -08:00
test_utils.py
21.3 deprecations ( #2007 )
2021-01-19 01:36:50 +02:00
test_versioning.py
LTS v21.12 Deprecations ( #2306 )
2021-12-24 00:30:27 +02:00
test_vhosts.py
debug and working stage--squash
2021-02-08 12:18:29 +02:00
test_views.py
LTS v21.12 Deprecations ( #2306 )
2021-12-24 00:30:27 +02:00
test_websockets.py
22.3 Deprecations and changes ( #2362 )
2022-01-12 16:28:43 +02:00