Skip to main content

Returns

Returns a list of Test objects linked to the specification.

Example

tests = galtea.specifications.get_tests(
    specification_id=specification.id,
)

Parameters

specification_id
string
required
The ID of the specification to get linked tests for.