# 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/185119f98e6286253a2326d7cf4f59592678023d/libs/langchain/langchain_classic/smith/evaluation/runner_utils.py#L80)