Skip to content

Commit 6f7c9f8

Browse files
Move expected test data directory to tests/data
1 parent d9ac58d commit 6f7c9f8

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

extern/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/test_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import csv
22
from pathlib import Path
33

4-
# Test data is expected to exist in extern/TODO-TEMPLATE-test-data
5-
TEST_DATA_DIR = (Path(__file__).parent.parent / "extern") / "TODO-TEMPLATE"
4+
# Test data is expected to exist in tests/data
5+
TEST_DATA_DIR = Path(__file__).parent / "data"
66
ABSTOL__DB = 0.1 # Absolute tolerance, in dB, to ensure outputs match expected value
77

88

0 commit comments

Comments
 (0)