Skip to content

Commit 893d46d

Browse files
committed
debug
1 parent e40a474 commit 893d46d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/unit/fixtures.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ def get_fixture(self, url):
2020
"""
2121
Returns the test fixture data loaded at the given URL
2222
"""
23+
print(f"Getting fixture for URL: {url}")
24+
print(f"fixtures: {self.fixtures[url]}")
2325
return self.fixtures[url]
2426

2527
def _load_fixtures(self):

0 commit comments

Comments
 (0)