starlette/tests
Renan Heckert Leal 70a04ee810
tests: branches coverage in `responses.py`, `staticfiles.py`, `templating.py`, `middleware/wsgi.py` and `endpoints.py` (#2804)
2024-12-25 08:54:42 +00:00
..
middleware Remove deprecated `allow_redirects` argument from `TestClient` (#2808) 2024-12-25 09:45:38 +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 Create types module inside tests (#2502) 2024-07-27 03:31:16 -06:00
test__utils.py perf: stop use `re` on `get_route_path` (#2701) 2024-09-23 20:23:34 +02:00
test_applications.py Make _MiddlewareFactory compatible with Callable (#2768) 2024-11-26 01:28:34 -06:00
test_authentication.py tests: branches coverage in `test_authentication`, `test_background`, `test_responses`, `test_routing` (#2796) 2024-12-15 15:28:16 +00:00
test_background.py tests: branches coverage in `test_authentication`, `test_background`, `test_responses`, `test_routing` (#2796) 2024-12-15 15:28:16 +00:00
test_concurrency.py Support python-multipart 0.0.12 (#2708) 2024-09-29 10:28:34 +02:00
test_config.py Set `line-length` to 120 on Ruff (#2679) 2024-09-01 15:11:01 +02:00
test_convertors.py Make UUID path parameter conversion more flexible (#2806) 2024-12-25 08:48:06 +00:00
test_datastructures.py Set `line-length` to 120 on Ruff (#2679) 2024-09-01 15:11:01 +02:00
test_endpoints.py Set `line-length` to 120 on Ruff (#2679) 2024-09-01 15:11:01 +02:00
test_exceptions.py Allow to raise `HTTPException` before `websocket.accept()` (#2725) 2024-10-15 09:50:49 +02:00
test_formparsers.py Merge commit from fork 2024-10-15 08:40:51 +02:00
test_requests.py Pin httpx in `full` extra (#2773) 2024-11-30 10:53:55 +01:00
test_responses.py tests: branches coverage in `responses.py`, `staticfiles.py`, `templating.py`, `middleware/wsgi.py` and `endpoints.py` (#2804) 2024-12-25 08:54:42 +00:00
test_routing.py tests: adding `# pragma: no branch` in `middleware/test_base` and `test_routing` (#2807) 2024-12-21 19:11:28 +00:00
test_schemas.py Set `line-length` to 120 on Ruff (#2679) 2024-09-01 15:11:01 +02:00
test_staticfiles.py tests: branches coverage in `responses.py`, `staticfiles.py`, `templating.py`, `middleware/wsgi.py` and `endpoints.py` (#2804) 2024-12-25 08:54:42 +00:00
test_status.py Set `line-length` to 120 on Ruff (#2679) 2024-09-01 15:11:01 +02:00
test_templates.py Set `line-length` to 120 on Ruff (#2679) 2024-09-01 15:11:01 +02:00
test_testclient.py fix(testclient): exclude query sting from `raw_path` (#2716) 2024-11-18 20:28:43 +01:00
test_websockets.py Support python-multipart 0.0.12 (#2708) 2024-09-29 10:28:34 +02:00
types.py Create types module inside tests (#2502) 2024-07-27 03:31:16 -06:00