forked from orbit-oss/flask
pass context through dispatch methods
This commit is contained in:
parent
adf363679d
commit
6a64969009
6 changed files with 167 additions and 72 deletions
|
|
@ -5,7 +5,7 @@ import flask
|
|||
|
||||
def test_suppressed_exception_logging():
|
||||
class SuppressedFlask(flask.Flask):
|
||||
def log_exception(self, exc_info):
|
||||
def log_exception(self, ctx, exc_info):
|
||||
pass
|
||||
|
||||
out = StringIO()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue