starlette/tests
Alex Oleshkevich a7c5a41396
Allow Session scoped cookies. (#1387)
* Allow Session scoped cookies.

* Update docs/middleware.md

Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>

* Improve typing.

Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
2022-01-12 10:57:47 +01:00
..
middleware Allow Session scoped cookies. (#1387) 2022-01-12 10:57:47 +01: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 Add Mypy checks to tests (#1353) 2022-01-11 09:28:39 +01:00
test_datastructures.py Add Mypy checks to tests (#1353) 2022-01-11 09:28:39 +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 Add Mypy checks to tests (#1353) 2022-01-11 09:28:39 +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 Don't set headers for responses with 1xx, 204 and 304 status code (#1397) 2022-01-10 12:08:31 +01:00
test_routing.py Add Mypy checks to tests (#1353) 2022-01-11 09:28:39 +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 Add Mypy checks to tests (#1353) 2022-01-11 09:28:39 +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 Additional headers for WS `accept` message. (#1361) 2022-01-06 11:55:29 +01:00