holoviz-topics / panel-chat-examples

Examples of Chat Bots using Panels chat features: Traditional, LLMs, AI Agents, LangChain, OpenAI etc
https://holoviz-topics.github.io/panel-chat-examples/
MIT License
105 stars 32 forks source link

Add pytest tests #11

Closed MarcSkovMadsen closed 11 months ago

MarcSkovMadsen commented 11 months ago

Builds on top of #8. Review that one first!

In order to be able to manage a growing number of examples we need to be able to test them.

I've added "general" pytests that for each .py example file

See the README for instructions on how to use.