Skip to main content

Python SDK Reference

run_test_suite

The main entrypoint into the testing framework.

BaseTestCase

An abstract base class that you can subclass to create your own test cases.

BaseTestEvaluator

An abstract base class that you can subclass to create your own evaluators.

Evaluation

A class that represents the result of an evaluation.

Threshold

A class that defines the passing criteria for an evaluation.

Example