We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d4b129 commit 97b6671Copy full SHA for 97b6671
test/_utils.py
@@ -6,12 +6,13 @@
6
TEST_ASSET_DIR = os.path.join(os.path.dirname(__file__), "assets")
7
8
9
+# should rename this because json files are also in the responses directory
10
def xml_asset_path(filename):
11
return os.path.join(TEST_ASSET_DIR, filename)
12
13
14
def data_asset_path(filename):
- return os.path.join(TEST_ASSET_DIR, "data", filename)
15
+ return os.path.join(TEST_ASSET_DIR, "Data", filename)
16
17
18
def read_xml_asset(filename):
0 commit comments