Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit fdd1528

Browse files
author
nayef211
committed
Merge branch 'main' into test/parameterize_integration_tests
2 parents 7727838 + 0bcab91 commit fdd1528

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

test/common/parameterized_utils.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
import json
2-
import os.path
32
from itertools import product
43

54
from parameterized import param, parameterized
65

7-
8-
_TEST_DIR_PATH = os.path.realpath(os.path.join(os.path.dirname(__file__), ".."))
9-
10-
11-
def get_asset_path(*paths):
12-
"""Return full path of a test asset"""
13-
return os.path.join(_TEST_DIR_PATH, "asset", *paths)
6+
from .assets import get_asset_path
147

158

169
def load_params(*paths):

0 commit comments

Comments
 (0)