(self)
| 398 | self.write_read_out_arg(b) |
| 399 | |
| 400 | def test01_char_nc_atom_shape_args(self): |
| 401 | b = self.setup01_char_nc() |
| 402 | self.write_read_atom_shape_args(b) |
| 403 | |
| 404 | def test02_types(self): |
| 405 | """Data integrity during recovery (numerical types)""" |
nothing calls this directly
no test coverage detected