call site 6 for path.local.read
apigen/rest/testing/test_rest.py - line 111
108
109
110
111
112
   def test_write_section(self):
       tempfile = temppath.ensure('filewriter', file=True)
       fw = self.get_filled_writer(FileWriter, tempfile)
->     data = tempfile.read()
       assert len(data)