You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

270 B

Testing Events, startup and shutdown

When you need your event handlers (startup and shutdown) to run in your tests, you can use the TestClient with a with statement:

{!./src/app_testing/tutorial003.py!}