From 4a99114df122452508120260df3bbcc73a1e5603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Mon, 29 Apr 2024 13:27:50 +0200 Subject: [PATCH] docs: Explain where the external files are saved --- inline_snapshot/_external.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inline_snapshot/_external.py b/inline_snapshot/_external.py index 0051147..16b1569 100644 --- a/inline_snapshot/_external.py +++ b/inline_snapshot/_external.py @@ -75,7 +75,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 `/.inline_snapshot/external`, + where `` 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: