forked from orbit-oss/flask
add changelog for GH-2957
This commit is contained in:
parent
b570bf699c
commit
366f3f49af
3 changed files with 15 additions and 13 deletions
|
|
@ -609,10 +609,6 @@ class TestSendfile(object):
|
|||
assert rv.status_code == 200
|
||||
rv.close()
|
||||
|
||||
@pytest.mark.skipif(
|
||||
not callable(getattr(Range, 'to_content_range_header', None)),
|
||||
reason="not implemented within werkzeug"
|
||||
)
|
||||
def test_send_file_range_request_bytesio(self, app, client):
|
||||
@app.route('/')
|
||||
def index():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue