call site 5 for path.local.__div__
test/testing/test_session.py - line 284
283
284
285
286
287
288
289
290
291
292
   def test_safe_repr(self):
->     session = self.mainsession(datadir/'brokenrepr.py')
       out = self.file.getvalue()
       print 'Output of simulated "py.test brokenrepr.py":'
       print out
           
       l = session.getitemoutcomepairs(Failed)
       assert len(l) == 2
       assert out.find("""[Exception("Ha Ha fooled you, I'm a broken repr().") raised in repr()]"""
       assert out.find("[unknown exception raised in repr()]") != -1