From 34a60c1406583b9de6fa82f99b004f8438bc5e94 Mon Sep 17 00:00:00 2001 From: Nils Lindemann Date: Mon, 18 Aug 2025 21:25:45 +0200 Subject: [PATCH] Update advanced/testing-events.md + prompt --- docs/de/docs/advanced/testing-events.md | 2 +- docs/de/llm-prompt.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/de/docs/advanced/testing-events.md b/docs/de/docs/advanced/testing-events.md index 05d6bcb2b..fd01f68e7 100644 --- a/docs/de/docs/advanced/testing-events.md +++ b/docs/de/docs/advanced/testing-events.md @@ -1,4 +1,4 @@ -# Events testen: Hochfahren – Herunterfahren +# Events testen: Hochfahren – Herunterfahren { #testing-events-startup-shutdown } Wenn Sie in Ihren Tests Ihre Event-Handler (`startup` und `shutdown`) ausführen wollen, können Sie den `TestClient` mit einer `with`-Anweisung verwenden: diff --git a/docs/de/llm-prompt.md b/docs/de/llm-prompt.md index 38b0615a2..1adf12459 100644 --- a/docs/de/llm-prompt.md +++ b/docs/de/llm-prompt.md @@ -49,6 +49,7 @@ Below is a list of English terms and their German translations. Use these transl * the engine: die Engine * the env var: die Umgebungsvariable * the error response: die Error-Response +* the event: das Event * the exception: die Exception * the form model: das Formularmodell * the form body: der Formularbody