Skip to content

Commit

Permalink
PY2-PY3: Allow tear down of layer.
Browse files Browse the repository at this point in the history
  • Loading branch information
sallner committed Sep 30, 2016
1 parent abc6b79 commit 81dddd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grokcore/view/ftests/test_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Layer(
zope.app.wsgi.testlayer.BrowserLayer):
pass

layer = Layer(grokcore.view)
layer = Layer(grokcore.view, allowTearDown=True)


checker = renormalizing.RENormalizing([
Expand Down

0 comments on commit 81dddd6

Please sign in to comment.