> ## Documentation Index
> Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# TestTestRuns

> Test Test Runs functionality for Tests integration.

[View module source on GitHub](https://github.com/maximhq/maxim-py/blob/main/maxim/tests/test_test_runs.py)

## [TestTestRuns](/sdk/python/references/tests/test_test_runs)

```python theme={null}
class TestTestRuns(unittest.TestCase)
```

#### test\_create\_test\_run\_with\_image\_variables\_and\_prompt\_workflow

```python theme={null}
def test_create_test_run_with_image_variables_and_prompt_workflow()
```

Test prompt workflow and chains with image variable columns and other variable types

#### test\_create\_test\_run\_with\_image\_variables\_and\_prompt\_version

```python theme={null}
def test_create_test_run_with_image_variables_and_prompt_version()
```

Test prompt version with image variable columns and other variable types

#### test\_create\_test\_run\_with\_image\_variables\_and\_prompt\_chain\_version

```python theme={null}
def test_create_test_run_with_image_variables_and_prompt_chain_version()
```

Test prompt chain version with image variable columns and other variable types

#### test\_create\_test\_run\_with\_image\_variables\_and\_local\_yields\_output

```python theme={null}
def test_create_test_run_with_image_variables_and_local_yields_output()
```

Test local yields\_output function with image variable columns and other variable types

#### test\_create\_test\_run\_with\_image\_variables\_prompt\_workflow\_and\_local\_evaluators

```python theme={null}
def test_create_test_run_with_image_variables_prompt_workflow_and_local_evaluators(
)
```

Test prompt workflow with image variable columns and local evaluators

#### test\_create\_test\_run\_with\_image\_variables\_prompt\_version\_and\_local\_evaluators

```python theme={null}
def test_create_test_run_with_image_variables_prompt_version_and_local_evaluators(
)
```

Test prompt version with image variable columns and local evaluators

#### test\_create\_test\_run\_with\_image\_variables\_prompt\_chain\_version\_and\_local\_evaluators

```python theme={null}
def test_create_test_run_with_image_variables_prompt_chain_version_and_local_evaluators(
)
```

Test prompt chain version with image variable columns and local evaluators

#### test\_create\_test\_run\_with\_image\_variables\_local\_yields\_output\_and\_local\_evaluators

```python theme={null}
def test_create_test_run_with_image_variables_local_yields_output_and_local_evaluators(
)
```

Test local yields\_output function with image variable columns and local evaluators
