For the complete documentation index, see llms.txt. This page is also available as Markdown.

get_test_sessions

Retrieve all Test Sessions for a given Project

dbnl.experimental.get_test_sessions(
    *,
    project: Project,
) -> list[TestSession]:

Parameters

Arguments
Description

project

The dbnl Project associated with all the TestSessions.

Returns

Type
Description

List[TestSession]

A list of TestSessions in the Project.