Skip to content

Commit a7ef11c

Browse files
committed
change: export tests.common.paths.load_data
1 parent 102e8c0 commit a7ef11c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/common/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
#
55
"tests.common - common global variables and functions."""
66
from .globals_ import TESTDIR, RESOURCE_DIR
7+
from .paths import load_data
78
from .tdc import (
89
get_test_ids, load_data_for_testfile
910
)
1011

1112
__all__ = [
1213
"TESTDIR", "RESOURCE_DIR",
14+
"load_data",
1315
"get_test_ids", "load_data_for_testfile",
1416
]

0 commit comments

Comments
 (0)