(self)
| 859 | |
| 860 | @unittest.skipUnless(hasattr(os, 'statx'), 'test needs os.statx()') |
| 861 | def test_statx_attributes(self): |
| 862 | self.check_statx_attributes(self.fname) |
| 863 | |
| 864 | @unittest.skipUnless(hasattr(os, 'statx'), 'test needs os.statx()') |
| 865 | def test_statx_attributes_bytes(self): |
nothing calls this directly
no test coverage detected