starlette/tests/middleware
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
..
__init__.py Fix middleware traceback fetching on Python 3.8+, fix ResourceWarnings in TestClient, fix CI build (#1132) 2021-01-31 12:43:07 +01:00
test_base.py Prevent anyio.ExceptionGroup in error views under a BaseHTTPMiddleware (#1262) 2021-10-28 18:50:33 +02:00
test_cors.py Add Mypy checks to tests (#1353) 2022-01-11 09:28:39 +01:00
test_errors.py TestClient accepts backend and backend_options as arguments to constructor (#1211) 2021-06-28 21:36:13 +01:00
test_gzip.py TestClient accepts backend and backend_options as arguments to constructor (#1211) 2021-06-28 21:36:13 +01:00
test_https_redirect.py TestClient accepts backend and backend_options as arguments to constructor (#1211) 2021-06-28 21:36:13 +01:00
test_session.py Allow Session scoped cookies. (#1387) 2022-01-12 10:57:47 +01:00
test_trusted_host.py TestClient accepts backend and backend_options as arguments to constructor (#1211) 2021-06-28 21:36:13 +01:00
test_wsgi.py TestClient accepts backend and backend_options as arguments to constructor (#1211) 2021-06-28 21:36:13 +01:00