.. |
benchmark
|
Create requests-async based TestClient, remove aiohttp dependency, drop Python 3.5
|
2019-04-30 15:26:06 +03:00 |
certs
|
initial commit
|
2017-03-03 11:44:50 -05:00 |
performance
|
Fix imports and isort to remove from Makefile deprecated options (#1891)
|
2020-07-07 16:13:03 +03:00 |
static
|
Update config (#1903)
|
2020-09-30 16:44:09 +03:00 |
conftest.py
|
App registry (#1979)
|
2020-12-28 22:47:31 +02:00 |
skip_test_custom_protocol.py
|
Streaming Server (#1876)
|
2021-01-11 00:45:36 +02:00 |
test_app.py
|
Streaming Server (#1876)
|
2021-01-11 00:45:36 +02:00 |
test_asgi.py
|
Websocket subprotocol (#1887)
|
2020-07-29 14:09:26 +03:00 |
test_bad_request.py
|
Streaming Server (#1876)
|
2021-01-11 00:45:36 +02:00 |
test_blueprint_group.py
|
Use f-strings instead of str.format() (#1793)
|
2020-02-25 14:01:13 -06:00 |
test_blueprints.py
|
Streaming Server (#1876)
|
2021-01-11 00:45:36 +02:00 |
test_config.py
|
21.3 deprecations (#2007)
|
2021-01-19 01:36:50 +02:00 |
test_cookies.py
|
Raise ValueError when cookie max-age is not an integer (#2001)
|
2021-01-19 01:11:39 +02:00 |
test_create_task.py
|
Deprecation and test cleanup (#1818)
|
2020-03-28 11:43:14 -07:00 |
test_custom_request.py
|
Streaming Server (#1876)
|
2021-01-11 00:45:36 +02:00 |
test_dynamic_routes.py
|
Create requests-async based TestClient, remove aiohttp dependency, drop Python 3.5
|
2019-04-30 15:26:06 +03:00 |
test_errorpages.py
|
Add text and json fallback error handlers (#1937)
|
2020-09-30 15:11:27 +03:00 |
test_exceptions_handler.py
|
Streaming Server (#1876)
|
2021-01-11 00:45:36 +02:00 |
test_exceptions.py
|
No tracebacks on normal errors and prettier error pages (#1768)
|
2020-01-20 08:58:14 -06:00 |
test_headers.py
|
Streaming Server (#1876)
|
2021-01-11 00:45:36 +02:00 |
test_helpers.py
|
Add custom request support to ASGI mode; fix a couple tests
|
2019-06-24 22:59:23 +03:00 |
test_keep_alive_timeout.py
|
Initial
|
2021-01-19 15:54:20 +02:00 |
test_logging.py
|
Initial
|
2021-01-19 15:54:20 +02:00 |
test_logo.py
|
Initial
|
2021-01-19 15:54:20 +02:00 |
test_middleware.py
|
Streaming Server (#1876)
|
2021-01-11 00:45:36 +02:00 |
test_multiprocessing.py
|
Initial
|
2021-01-19 15:54:20 +02:00 |
test_named_routes.py
|
Streaming Server (#1876)
|
2021-01-11 00:45:36 +02:00 |
test_payload_too_large.py
|
Streaming Server (#1876)
|
2021-01-11 00:45:36 +02:00 |
test_redirect.py
|
Use f-strings instead of str.format() (#1793)
|
2020-02-25 14:01:13 -06:00 |
test_reloader.py
|
Add handler names for websockets for url_for usage (#1880)
|
2020-06-28 14:45:52 +03:00 |
test_request_cancel.py
|
GIT-1591 Strict Slashes behavior fix (#1594)
|
2019-06-06 07:21:58 -05:00 |
test_request_data.py
|
Fix linting issues
|
2020-09-29 00:40:24 +03:00 |
test_request_stream.py
|
Streaming Server (#1876)
|
2021-01-11 00:45:36 +02:00 |
test_request_timeout.py
|
Initial
|
2021-01-19 15:54:20 +02:00 |
test_request.py
|
Add request.id (#2005)
|
2021-01-19 04:25:39 +02:00 |
test_requests.py
|
Initial
|
2021-01-19 15:54:20 +02:00 |
test_response_timeout.py
|
No tracebacks on normal errors and prettier error pages (#1768)
|
2020-01-20 08:58:14 -06:00 |
test_response.py
|
Initial
|
2021-01-19 15:54:20 +02:00 |
test_routes.py
|
Initial
|
2021-01-19 15:54:20 +02:00 |
test_server_events.py
|
Initial
|
2021-01-19 15:54:20 +02:00 |
test_signal_handlers.py
|
Initial
|
2021-01-19 15:54:20 +02:00 |
test_static.py
|
Allow Pathlib Path objects to be passed to app.static() helper (#2008)
|
2021-01-19 03:53:14 +02:00 |
test_test_client_port.py
|
Initial
|
2021-01-19 15:54:20 +02:00 |
test_timeout_logic.py
|
Streaming Server (#1876)
|
2021-01-11 00:45:36 +02:00 |
test_unix_socket.py
|
Upgrade httpx
|
2020-09-27 02:58:36 +03:00 |
test_url_building.py
|
Initial
|
2021-01-19 15:54:20 +02:00 |
test_url_for_static.py
|
Use f-strings instead of str.format() (#1793)
|
2020-02-25 14:01:13 -06:00 |
test_url_for.py
|
Add handler names for websockets for url_for usage (#1880)
|
2020-06-28 14:45:52 +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_vhosts.py
|
Deprecation and test cleanup (#1818)
|
2020-03-28 11:43:14 -07:00 |
test_views.py
|
Streaming Server (#1876)
|
2021-01-11 00:45:36 +02:00 |
test_worker.py
|
Add sanic as an entry point command (#1866)
|
2020-06-05 07:14:18 -07:00 |