Advanced Features
Testing & Debugging
To test or debug your application files and decorated functions, you will need to provide the Chainlit context to your test suite.
In your main application script or test files add:
Then run the script from your IDE in debug mode.
Was this page helpful?