call site 6 for path.local.__div__
test/testing/test_collect.py - line 15
14
15
16
17
18
   def test_failing_import_execfile():
->     dest = datadir / 'failingimport.py'
       col = py.test.collect.Module(dest) 
       py.test.raises(ImportError, col.run)
       py.test.raises(ImportError, col.run)