forked from orbit-oss/flask
Merge branch '0.10-maintenance'
Conflicts: tox.ini
This commit is contained in:
commit
c02c23ee30
6 changed files with 17 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ class SignalsTestCase(FlaskTestCase):
|
|||
def record_push(sender, **kwargs):
|
||||
recorded.append('push')
|
||||
def record_pop(sender, **kwargs):
|
||||
recorded.append('push')
|
||||
recorded.append('pop')
|
||||
|
||||
@app.route('/')
|
||||
def index():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue