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

Switch to side-by-side view

--- a
+++ b/tests/conftest.py
@@ -0,0 +1,6 @@
+import pytest
+
+
+@pytest.fixture(scope="module")
+def filepath_hdf5(tmpdir_factory):
+    yield str(tmpdir_factory.mktemp("tmp_mofa_dir").join("mofa_pytest.hdf5"))