From a0996e12c9efeef3985cdb713fb0b38f13152a96 Mon Sep 17 00:00:00 2001 From: "Hosam-Eldin.mostafa" Date: Mon, 20 Oct 2025 21:20:58 +0200 Subject: [PATCH] FIXUP! update documentation --- docs/11_conftest_plugin_overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/11_conftest_plugin_overview.md b/docs/11_conftest_plugin_overview.md index 2f46ba5..858d9b9 100644 --- a/docs/11_conftest_plugin_overview.md +++ b/docs/11_conftest_plugin_overview.md @@ -38,6 +38,7 @@ sequenceDiagram autonumber participant Pytest participant Plugin as conftest_plugin + participant FS as File System Pytest->>Plugin: pytest_configure(config) Note right of Plugin: Ensure ./reports exists