starlette/tests
Adrian Garcia Badaracco 9aa0db4bff
Make sure MutableHeaders._list is actually a list (#1917)
2022-10-21 07:57:01 -05:00
..
middleware Bypass GZipMiddleware when response includes `Content-Encoding` (#1901) 2022-10-12 16:15:29 +02:00
statics
__init__.py
conftest.py Remove `databases` from tests (#1919) 2022-10-20 21:22:10 +02:00
test__utils.py Improve detection of async callables (#1444) 2022-05-28 09:28:58 +02:00
test_applications.py Add `WebSocketException` and support for WS handlers (#1263) 2022-09-05 14:31:59 +02:00
test_authentication.py First pass adding next qparam to redirect (#920) 2022-02-16 11:19:08 +00:00
test_background.py Document `BackgroundTasks` behavior when an error happens (#1605) 2022-04-24 08:17:07 +02:00
test_concurrency.py Remove manual contextvar copy logic (#1421) 2022-02-01 00:18:13 +01:00
test_config.py type config with `None` default as `str | None` instead of `Any` (#1732) 2022-07-10 15:00:23 +02:00
test_convertors.py Add custom URL convertor register (#1437) 2022-01-28 17:48:22 +01:00
test_datastructures.py Make sure MutableHeaders._list is actually a list (#1917) 2022-10-21 07:57:01 -05:00
test_endpoints.py add Allow header to 405 responses as required by RFC 7231 (#1436) 2022-01-26 10:02:25 -06:00
test_exceptions.py Add `WebSocketException` and support for WS handlers (#1263) 2022-09-05 14:31:59 +02:00
test_formparsers.py Replace HTTP client on TestClient from `requests` to `httpx` (#1376) 2022-09-06 07:43:32 +02:00
test_requests.py Replace HTTP client on TestClient from `requests` to `httpx` (#1376) 2022-09-06 07:43:32 +02:00
test_responses.py Replace HTTP client on TestClient from `requests` to `httpx` (#1376) 2022-09-06 07:43:32 +02:00
test_routing.py Implement __repr__ for route classes (#1864) 2022-09-23 14:54:55 +02:00
test_schemas.py Remove converter from path when generating `OpenAPI` schema (#1648) 2022-06-28 07:23:27 +02:00
test_staticfiles.py Replace HTTP client on TestClient from `requests` to `httpx` (#1376) 2022-09-06 07:43:32 +02:00
test_status.py Deprecate `WS_1004_NO_STATUS_RCVD` and `WS_1005_ABNORMAL_CLOSURE` (#1580) 2022-04-22 06:55:10 +02:00
test_templates.py Remove routing decorators in test_templates.py (#1501) 2022-02-10 11:25:28 +00:00
test_testclient.py Remove compat code for Python < 3.7 (#1616) 2022-05-01 22:03:41 +02:00
test_websockets.py Skip test when brotli is installed (#1620) 2022-05-05 11:04:10 +02:00