# get\_test\_sessions

<pre class="language-python"><code class="lang-python">dbnl.experimental.get_test_sessions(
    *,
    project: Project,
) -> list[<a data-footnote-ref href="#user-content-fn-1">TestSession</a>]:
</code></pre>

## Parameters

| Arguments | Description                                            |
| --------- | ------------------------------------------------------ |
| `project` | The dbnl Project associated with all the TestSessions. |

## Returns

| Type                | Description                                                                                                                     |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| `List[TestSession]` | A list of [TestSessions](https://docs.dbnl.com/v0.21.x/using-distributional/python-sdk/sdk-objects/testsession) in the Project. |

[^1]: [TestSession](https://docs.dbnl.com/v0.21.x/using-distributional/python-sdk/sdk-objects/testsession)
