Skip to content

Commit

Permalink
Fix BBB test
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Oct 1, 2013
1 parent 27570ed commit 9e1ddad
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/zope/testbrowser/tests/test_bbb.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,5 @@
class TestZopeAppTesting(unittest.TestCase):

def test_import(self):
try:
import zope.app.testing
except ImportError:
return
from zope.testbrowser.testing import Browser
browser = Browser()
self.assertRaises(NotImplementedError, Browser)

0 comments on commit 9e1ddad

Please sign in to comment.