starlette/tests
Simon Willison 37d9d00655 Correctly handle static files larger than 4096 bytes (#33)
* Fixed bug in FileResponse with files larger than 4096 bytes (single message chunk)
* Failing test for static file larger than 4096 bytes
2018-07-26 14:41:05 +01:00
..
test_datastructures.py Black formatting 2018-07-13 13:44:42 +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_decorators.py Allow @asgi_application to apply to either sync or async functions 2018-06-27 21:44:23 +01:00
test_request.py Black formatting 2018-07-13 14:33:56 +01:00
test_response.py Correctly handle static files larger than 4096 bytes (#33) 2018-07-26 14:41:05 +01:00
test_routing.py Tweak imports and docs 2018-07-12 14:09:05 +01:00
test_staticfiles.py Correctly handle static files larger than 4096 bytes (#33) 2018-07-26 14:41:05 +01:00