starlette/tests
Tom Christie 00a972c719
Add App class (#42)
* Add App class

* Black formatting

* Support kwargs in App routes

* Black formatting

* Use protocol based routing in app

* WebSocket close when no route found

* session.send(...), session.receive(...) for test client

* Support app.mount(prefix, app)

* Black formatting

* Black formatting

* Minor tweaks to websocket test client

* Add 'App' to README
2018-08-28 14:34:18 +01:00
..
test_app.py Add App class (#42) 2018-08-28 14:34:18 +01:00
test_datastructures.py Redirect response (#39) 2018-08-27 14:51:24 +01:00
test_debug.py Show exceptions that occur during app init. Ignore non-http scopes. 2018-07-18 15:34:13 +01:00
test_request.py Minor Request cleanups (#38) 2018-08-17 17:20:17 +01:00
test_response.py Redirect response (#39) 2018-08-27 14:51:24 +01:00
test_routing.py Add App class (#42) 2018-08-28 14:34:18 +01:00
test_staticfiles.py Correctly handle static files larger than 4096 bytes (#33) 2018-07-26 14:41:05 +01:00
test_websockets.py WebSockets support (#37) 2018-08-17 16:36:48 +01:00