Skip to content

Commit e2a62fe

Browse files
committed
Add hydro tests conftest to re-export shared random_data fixture
The random_data fixture lives in xrspatial/tests/conftest.py, which pytest can't discover from xrspatial/hydro/tests/. Re-export it so the flow_direction cross-backend parametrized tests can find it.
1 parent 07c7200 commit e2a62fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

xrspatial/hydro/tests/conftest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
"""Re-export shared test fixtures so hydro tests can discover them."""
2+
3+
from xrspatial.tests.conftest import random_data # noqa: F401

0 commit comments

Comments
 (0)