(self)
| 89 | self.test_open_template(filename=os.fsencode(self.fn)) |
| 90 | |
| 91 | def test_pathlib_bytes_path_file_shelf(self): |
| 92 | self.test_open_template(filename=os_helper.FakePath(os.fsencode(self.fn))) |
| 93 | |
| 94 | def test_in_memory_shelf(self): |
| 95 | d1 = byteskeydict() |
nothing calls this directly
no test coverage detected