starlette/tests
子休 85b9c2642b
fix wsgi PATH_INFO encoding (#998)
* fix wsgi PATH_INFO encoding

* encode root_path

* wsgi middleware: Add test for PATH_INFO & SCRIPT_NAME encoding

Co-authored-by: Jamie Hewland <jhewland@gmail.com>
2020-07-15 20:27:17 +02:00
..
middleware fix wsgi PATH_INFO encoding (#998) 2020-07-15 20:27:17 +02:00
statics Staticfiles packages (#415) 2019-02-26 14:38:05 +00:00
.ignore_lifespan Reinstate Lifespan Middleware, for Responder (#405) 2019-02-20 14:40:34 +00:00
__init__.py Staticfiles packages (#415) 2019-02-26 14:38:05 +00:00
test_applications.py Support generator function to manage startup/shutdown. (#799) 2020-05-04 11:31:54 +01:00
test_authentication.py flake8 fixes (#512) 2019-05-13 15:22:59 +01:00
test_background.py ASGI 3 (#435) 2019-03-19 16:03:19 +00:00
test_config.py Ignore gnarly type check in WSGI implementation (#756) 2019-12-17 11:14:57 +00:00
test_database.py flake8 fixes (#512) 2019-05-13 15:22:59 +01:00
test_datastructures.py Thread pool is no longer used for files in memory (#933) 2020-05-06 14:52:26 +01:00
test_endpoints.py WebSockets now default to sending JSON using text dataframes (#349) 2019-01-25 15:27:39 +00:00
test_exceptions.py Add HTTPException.__repr__ (#628) 2019-10-15 13:34:49 +01:00
test_formparsers.py utf-8 is better for default multipart encoding 2019-07-29 00:53:47 +09:00
test_graphql.py Fix hanging graphql tests (#989) 2020-06-29 12:35:40 +01:00
test_requests.py Switch to a more lenient cookie parsing method (#900) 2020-04-23 09:32:45 +01:00
test_responses.py SameSite support for cookies (#732) 2020-02-25 12:27:15 +00:00
test_routing.py Allow path to contain regex meta characters (#932) 2020-05-11 12:22:59 +01:00
test_schemas.py flake8 fixes (#512) 2019-05-13 15:22:59 +01:00
test_staticfiles.py Middleware should treat `body` in response ASGI messages as an optional key. (#935) 2020-05-07 14:50:24 +02:00
test_templates.py flake8 fixes (#512) 2019-05-13 15:22:59 +01:00
test_testclient.py Version 0.13.3 (#899) 2020-04-15 12:20:51 +01:00
test_websockets.py Websocket iter (#838) 2020-02-20 15:43:03 +00:00