0.14.0
What's Changed
Pytest plugin Log10 Managed Evaluation
A pytest plugin for managing evaluation in Log10 platform.
Installation
After configuring the Log10 environment variables,
pip install log10-io
Usage
To enable the Log10 managed evaluation reporting, you need to use the --log10
option or set log10 = true
in your pytest configuration file. Once enabled, execute your tests as you normally would:
pytest tests --log10
This will run your tests and upload the results to the Log10 platform for managed evaluation.
Please refer to the doc for detailed options, such as running it locally.
PRs
@wenzhe-log10 in #316 and #318
Maintenance
- handle openai legacy response by @wenzhe-log10 in #315
Full Changelog: 0.13.0...0.14.0