Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(0) | Derive(0) | Import(1)
src/p/y/pyramid-examples-HEAD/board/board/tests.py pyramid-examples(Download)
def test_debug(self): from board.views import debug # Make sure that debug() raises an exception self.assertRaises(Exception, debug, testing.DummyRequest())