starlette/tests
Tom Christie c220994eb1
Add `request.is_disconnected()` (#320)
* Add request.is_disconnected()

* Add request.is_disconnected
2019-01-15 09:59:59 +00:00
..
middleware Add security flags to session cookie (#276) 2018-12-17 16:33:41 +00:00
.ignore_database_tests Ignore database coverage if STARLETTE_TEST_DATABASE is unset (#319) 2019-01-14 12:39:40 +00:00
test_applications.py Drop body from responses on HEAD requests (#317) 2019-01-14 11:07:23 +00:00
test_authentication.py Flexible requires decorator (#314) 2019-01-10 15:37:50 +00:00
test_background.py Add BackgroundTasks for multiple jobs. Support GraphQL background tasks. (#273) 2018-12-14 14:56:31 +00:00
test_config.py Version 0.9.4 (#251) 2018-12-05 16:38:45 +00:00
test_database.py tests: skip test_database without DATABASE_URL (#263) 2018-12-11 13:09:09 +00:00
test_datastructures.py Add `CommaSeparatedStrings` datatype (#274) 2018-12-14 16:22:31 +00:00
test_endpoints.py
test_exceptions.py Remove redundant test cases 2018-11-08 12:33:58 +00:00
test_formparsers.py Apply URL escaping to form encoded key names. (#318) 2019-01-14 12:28:16 +00:00
test_graphql.py Add context with request when executing GraphQL query (#244) 2018-12-04 12:55:10 +00:00
test_requests.py Add `request.is_disconnected()` (#320) 2019-01-15 09:59:59 +00:00
test_responses.py Drop body from responses on HEAD requests (#317) 2019-01-14 11:07:23 +00:00
test_routing.py Add tests for fixed path handling and docs (#280) 2018-12-18 12:33:32 +00:00
test_schemas.py Add OpenAPIResponse, API Schema docs, etc... (#171) 2018-11-01 12:52:03 +00:00
test_staticfiles.py Suooprt HTTP 304 for static files. (#212) 2018-11-14 11:38:01 +00:00
test_templates.py Jinja2 (#198) 2018-11-08 16:14:14 +00:00
test_testclient.py Version 0.9.1 (#239) 2018-11-28 13:36:22 +00:00
test_websockets.py