get_test_sessions

Retrieve all Test Sessions for a given Project

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

Parameters

Arguments
Description

project

The dbnl Project associated with all the TestSessions.

Returns

Type
Description

List[TestSession]

A list of TestSessions in the Project.

Was this helpful?