Skip to content

Commit

Permalink
Allow layer teardown
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Mar 18, 2013
1 parent 44086d5 commit 35b730c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/z3c/etestbrowser/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

layer = functional.ZCMLLayer(
os.path.join(os.path.split(__file__)[0], 'ftesting.zcml'),
__name__, 'ETestBrowserLayer')
__name__, 'ETestBrowserLayer', allow_teardown=True)

wsgi_layer = zope.app.wsgi.testlayer.BrowserLayer(z3c.etestbrowser)

Expand Down

0 comments on commit 35b730c

Please sign in to comment.