Skip to content

Commit e1daab7

Browse files
committed
remove redundant test machinery
1 parent b11fd9c commit e1daab7

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

tests/test_data_api/conftest.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -194,14 +194,6 @@ def json_code_blocks_from_readme(
194194
return extract_json_code_blocks(content)
195195

196196

197-
def _load_multiscales_examples() -> dict[str, dict[str, object]]:
198-
"""Load a multiscale example."""
199-
examples_dir = Path(__file__).parent / "multiscales_examples"
200-
return {
201-
path.name: json.loads(path.read_text()) for path in examples_dir.glob("*.json")
202-
}
203-
204-
205197
def _load_json_examples(
206198
*, prefix: Path, glob_str: str = "*.json"
207199
) -> dict[str, dict[str, object]]:

0 commit comments

Comments
 (0)