microproduct/dem-sentiral/Dem-C-SAR-V2.2/ISCEApp/site-packages/h5py/tests/conftest.py

9 lines
143 B
Python
Raw Normal View History

2024-02-01 06:24:55 +00:00
import h5py
import pytest
@pytest.fixture()
def writable_file(tmp_path):
with h5py.File(tmp_path / 'test.h5', 'w') as f:
yield f