docs: self-contained examples (#1436)

This commit is contained in:
Juro Oravec 2025-10-05 09:09:08 +02:00 committed by GitHub
parent 48adaf98f1
commit 9877cf30ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
71 changed files with 673 additions and 361 deletions

View file

@ -33,7 +33,7 @@ class ComponentBeforeReady(Component):
template = "Hello"
setup_test_config({"autodiscover": False})
setup_test_config()
class CustomClient(Client):