Skip to content

Commit 74503f6

Browse files
committed
Merge branch 'feature/unst-8553-tim-to-bc-converter' of github.com:Deltares/HYDROLIB-core into feature/unst-8553-tim-to-bc-converter
2 parents 5fd42da + 92b65c4 commit 74503f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ def output_files_dir() -> Path:
2525
def reference_files_dir() -> Path:
2626
return Path("tests/data/reference")
2727

28+
2829
@pytest.fixture
2930
def invalid_data_dir() -> Path:
3031
return Path("tests/data/input/invalid_files")
3132

33+
3234
@pytest.fixture
3335
def initial_condition_quantities() -> List[str]:
3436
return [

0 commit comments

Comments
 (0)