starlette/tests
Tom Christie 7f8cd04173
Version 0.13 (#704)
* Version 0.13

* Fix misnamed requirement

* Updating routing docs

* Update routing docs

* Update docs

* Simpler Middleware signature

* Update middleware docs

* Update exception docs

* Allow 'None' in middleware lists, for easy disabling of middleware.

* Update README
2019-11-13 12:25:18 +00:00
..
middleware Version 0.13 (#704) 2019-11-13 12:25:18 +00:00
statics Staticfiles packages (#415) 2019-02-26 14:38:05 +00:00
.ignore_lifespan Reinstate Lifespan Middleware, for Responder (#405) 2019-02-20 14:40:34 +00:00
__init__.py Staticfiles packages (#415) 2019-02-26 14:38:05 +00:00
test_applications.py flake8 fixes (#512) 2019-05-13 15:22:59 +01:00
test_authentication.py flake8 fixes (#512) 2019-05-13 15:22:59 +01:00
test_background.py ASGI 3 (#435) 2019-03-19 16:03:19 +00:00
test_config.py config: cast=bool: handle "0" and "1" as False/True (#429) 2019-03-08 19:28:08 +00:00
test_database.py flake8 fixes (#512) 2019-05-13 15:22:59 +01:00
test_datastructures.py Enable flag parameters (#672) 2019-10-15 13:33:51 +01:00
test_endpoints.py WebSockets now default to sending JSON using text dataframes (#349) 2019-01-25 15:27:39 +00:00
test_exceptions.py Add HTTPException.__repr__ (#628) 2019-10-15 13:34:49 +01:00
test_formparsers.py utf-8 is better for default multipart encoding 2019-07-29 00:53:47 +09:00
test_graphql.py don't return "error" in graphql response when no error occurs (#623) 2019-10-15 13:41:35 +01:00
test_requests.py Add support for server push 2019-09-02 14:01:30 +02:00
test_responses.py Fix pytest.raises usage 2019-07-04 15:53:21 +01:00
test_routing.py Version 0.13 (#704) 2019-11-13 12:25:18 +00:00
test_schemas.py flake8 fixes (#512) 2019-05-13 15:22:59 +01:00
test_staticfiles.py Fix pytest.raises usage 2019-07-04 15:53:21 +01:00
test_templates.py flake8 fixes (#512) 2019-05-13 15:22:59 +01:00
test_testclient.py tests: minor: use "test_" prefix (#636) 2019-10-15 15:18:44 +01:00
test_websockets.py request.scope and request.state 2019-06-19 10:08:19 +01:00