We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40a474 commit 893d46dCopy full SHA for 893d46d
1 file changed
test/unit/fixtures.py
@@ -20,6 +20,8 @@ def get_fixture(self, url):
20
"""
21
Returns the test fixture data loaded at the given URL
22
23
+ print(f"Getting fixture for URL: {url}")
24
+ print(f"fixtures: {self.fixtures[url]}")
25
return self.fixtures[url]
26
27
def _load_fixtures(self):
0 commit comments