Skip to content

0.14.0

Compare
Choose a tag to compare
@wenzhe-log10 wenzhe-log10 released this 07 Oct 17:37
· 28 commits to main since this release
da6e950

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

Full Changelog: 0.13.0...0.14.0