Skip to content

Commit

Permalink
Move response fixtures into tests directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Feb 11, 2024
1 parent a7c26fd commit 5e73f17
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def load_response(filename):
"""Load a response."""
filename = f"{filename}.json" if "." not in filename else filename
path = os.path.join(
os.path.dirname(os.path.dirname(os.path.abspath(__file__))),
os.path.dirname(os.path.abspath(__file__)),
"responses",
filename.lower().replace("/", "_"),
)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5e73f17

Please sign in to comment.