Browse Source

🌐 Add German translation for `docs/de/docs/advanced/testing-events.md` (#10704)

pull/11377/head
Nils Lindemann 1 year ago
committed by GitHub
parent
commit
d5a8d8faa4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 7
      docs/de/docs/advanced/testing-events.md

7
docs/de/docs/advanced/testing-events.md

@ -0,0 +1,7 @@
# Events testen: Hochfahren – Herunterfahren
Wenn Sie in Ihren Tests Ihre Event-Handler (`startup` und `shutdown`) ausführen wollen, können Sie den `TestClient` mit einer `with`-Anweisung verwenden:
```Python hl_lines="9-12 20-24"
{!../../../docs_src/app_testing/tutorial003.py!}
```
Loading…
Cancel
Save