# TestResult

> **Class** in `langchain_classic`

📖 [View in docs](https://reference.langchain.com/python/langchain-classic/smith/evaluation/runner_utils/TestResult)

A dictionary of the results of a single test run.

## Signature

```python
TestResult()
```

## Extends

- `dict`

## Methods

- [`get_aggregate_feedback()`](https://reference.langchain.com/python/langchain-classic/smith/evaluation/runner_utils/TestResult/get_aggregate_feedback)
- [`to_dataframe()`](https://reference.langchain.com/python/langchain-classic/smith/evaluation/runner_utils/TestResult/to_dataframe)

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/9f232caa7a8fe1ca042a401942d5d90d54ceb1a6/libs/langchain/langchain_classic/smith/evaluation/runner_utils.py#L80)