[f93c25]: / tests / conftest.py

Download this file

7 lines (4 with data), 161 Bytes

1
2
3
4
5
6
import pytest
@pytest.fixture(scope="module")
def filepath_hdf5(tmpdir_factory):
yield str(tmpdir_factory.mktemp("tmp_mofa_dir").join("mofa_pytest.hdf5"))