starlette/tests
Amin Alaee 76cd611b50
Add support for functools.partial in WebsocketRoute (#1356)
* Add support for functools.partial in WebsocketRoute

* remove commented code

* Refactor tests for partian endpoint and ws
2021-12-11 14:35:23 +01:00
..
middleware Prevent anyio.ExceptionGroup in error views under a BaseHTTPMiddleware (#1262) 2021-10-28 18:50:33 +02:00
statics Staticfiles packages (#415) 2019-02-26 14:38:05 +00:00
__init__.py Staticfiles packages (#415) 2019-02-26 14:38:05 +00:00
conftest.py 🔥 Remove GraphQL support (#1198) 2021-10-03 17:21:38 +02:00
test_applications.py use an async context manager factory for lifespan (#1227) 2021-07-03 18:43:24 +01:00
test_authentication.py TestClient accepts backend and backend_options as arguments to constructor (#1211) 2021-06-28 21:36:13 +01:00
test_background.py TestClient accepts backend and backend_options as arguments to constructor (#1211) 2021-06-28 21:36:13 +01:00
test_concurrency.py anyio integration (#1157) 2021-06-18 15:48:43 +01:00
test_config.py Ignore gnarly type check in WSGI implementation (#756) 2019-12-17 11:14:57 +00:00
test_database.py test_database_execute_many: remove unnecessary statement (#778) 2021-09-18 14:10:40 +02:00
test_datastructures.py anyio integration (#1157) 2021-06-18 15:48:43 +01:00
test_endpoints.py TestClient accepts backend and backend_options as arguments to constructor (#1211) 2021-06-28 21:36:13 +01:00
test_exceptions.py TestClient accepts backend and backend_options as arguments to constructor (#1211) 2021-06-28 21:36:13 +01:00
test_formparsers.py TestClient accepts backend and backend_options as arguments to constructor (#1211) 2021-06-28 21:36:13 +01:00
test_requests.py TestClient accepts backend and backend_options as arguments to constructor (#1211) 2021-06-28 21:36:13 +01:00
test_responses.py TestClient accepts backend and backend_options as arguments to constructor (#1211) 2021-06-28 21:36:13 +01:00
test_routing.py Add support for functools.partial in WebsocketRoute (#1356) 2021-12-11 14:35:23 +01:00
test_schemas.py TestClient accepts backend and backend_options as arguments to constructor (#1211) 2021-06-28 21:36:13 +01:00
test_staticfiles.py Add support for Staticfiles directory in packages (#1350) 2021-12-07 10:04:54 +01:00
test_templates.py TestClient accepts backend and backend_options as arguments to constructor (#1211) 2021-06-28 21:36:13 +01:00
test_testclient.py use an async context manager factory for lifespan (#1227) 2021-07-03 18:43:24 +01:00
test_websockets.py TestClient accepts backend and backend_options as arguments to constructor (#1211) 2021-06-28 21:36:13 +01:00