Skip to content

Commit f2b7672

Browse files
committed
Move fixtures to test directory (#10)
1 parent cb3c327 commit f2b7672

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

test/test_catalog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(self, status_code):
4141
self.status_code = status_code
4242

4343
def iter_content(self, chunk_size):
44-
with open("neuxml/schema_data/fixtures/mods-3-4.xsd", "rb") as file:
44+
with open("test/fixtures/mods-3-4.xsd", "rb") as file:
4545
while True:
4646
chunk = file.read(chunk_size)
4747
if not chunk:

0 commit comments

Comments
 (0)