From 8837635f55242a89132cddb2d01ac42382061edf Mon Sep 17 00:00:00 2001 From: Dominik Jain Date: Sun, 22 Jun 2025 23:16:43 +0200 Subject: [PATCH] Make syrupy diffs render correctly in IntelliJ/PyCharm --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..22e867b --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +addopts = --snapshot-patch-pycharm-diff