call site 13 for path.local.ensure
apigen/rest/testing/test_rest.py - line 109
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)