Source code for ewoksbm08.tests.conftest

import pytest

from .data import resource_path


[docs] @pytest.fixture def example_hdf5_path(): with resource_path("example.h5") as filename: yield filename