call site 13 for path.local.__div__
test/testing/test_session.py - line 117
116
117
118
119
120
121
122
   def test_syntax_error_module(self): 
->     session = self.mainsession(datadir / 'syntax_error.py')
       l = session.getitemoutcomepairs(Failed)
       assert len(l) == 1 
       out = self.file.getvalue() 
       assert out.find(str('syntax_error.py')) != -1
       assert out.find(str('not python')) != -1