starlette/tests
Tom Christie e396f079a5
Version 0.11 (#402)
* Add Mount(routes=...)

* Lifespan route instance

* Lifespan as a standard routing component

* Linting

* Linting

* Version 0.10.6

* Release notes

* Version 0.11.0

* Drop redundant import

* Drop redundant database requirements

* Include htmlcov in scripts/clean

* Drop redundant import

* Release notes

* Linting
2019-02-19 12:54:57 +00:00
..
middleware Version 0.11 (#402) 2019-02-19 12:54:57 +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 Routing for Hosts and Subdomains (#363) 2019-01-30 15:15:59 +00:00
test_authentication.py WebSocket support for auth (#347) 2019-01-25 14:00:35 +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.11 (#402) 2019-02-19 12:54:57 +00:00
test_database.py Version 0.11 (#402) 2019-02-19 12:54:57 +00:00
test_datastructures.py Version 0.11 (#402) 2019-02-19 12:54:57 +00: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 Remove redundant test cases 2018-11-08 12:33:58 +00:00
test_formparsers.py Add content_type attribute to UploadFile (#371) 2019-02-01 09:06:33 +00:00
test_graphql.py Add executor_class to GraphQLApp (#350) 2019-01-25 15:45:18 +00:00
test_requests.py Multi item form data (#339) 2019-01-22 19:47:47 +00:00
test_responses.py Template component (#398) 2019-02-18 13:28:18 +00:00
test_routing.py Add `routes` argument to Mount (#400) 2019-02-18 18:28:31 +00:00
test_schemas.py Version 0.11 (#402) 2019-02-19 12:54:57 +00:00
test_staticfiles.py Suooprt HTTP 304 for static files. (#212) 2018-11-14 11:38:01 +00:00
test_templates.py Version 0.11 (#402) 2019-02-19 12:54:57 +00:00
test_testclient.py Version 0.9.1 (#239) 2018-11-28 13:36:22 +00:00
test_websockets.py WebSockets now default to sending JSON using text dataframes (#349) 2019-01-25 15:27:39 +00:00