LangStream / langstream

LangStream. Event-Driven Developer Platform for Building and Running LLM AI Apps. Powered by Kubernetes and Kafka.
https://langstream.ai
Apache License 2.0
379 stars 28 forks source link

[python] Add CLI command to run tests #680

Closed eolivelli closed 8 months ago

eolivelli commented 8 months ago

Summary:

add a new command langstream python run-tests -app /path/to/application This runs "python3 -m unittest" by default, but you can customized the command

langstream python run-tests -app /path/to/application -c "tox"