(self)
| 213 | '', |
| 214 | ) |
| 215 | def test_localized_error(self): |
| 216 | with temp_dir() as d: |
| 217 | create_empty_file(os.path.join(d, 'test')) |
| 218 | self.assertRaises(gdbm.error, gdbm.open, filename, 'r') |
| 219 | |
| 220 | |
| 221 | if __name__ == '__main__': |
nothing calls this directly
no test coverage detected