Diff of /tests/conftest.py [000000] .. [f93c25]

Switch to unified view

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