Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into categories
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed May 17, 2024
2 parents e67f1cb + 575b98b commit 5e92590
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inline_snapshot/_external.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ def __init__(self, name: str):
"""External objects are used as a representation for outsourced data.
You should not create them directly.
The external data is stored inside `.inline_snapshot/external`.
The external data is stored inside `<pytest_config_dir>/.inline_snapshot/external`,
where `<pytest_config_dir>` is replaced by the directory containing the Pytest configuration file, if any.
Data which is outsourced but not referenced in the source code jet has a '-new' suffix in the filename.
Parameters:
Expand Down

0 comments on commit 5e92590

Please sign in to comment.