Returns

Returns a list of Test objects for the given product.

Example

tests = galtea.tests.list(product_id="YOUR_PRODUCT_ID")

Parameters

product_id
string
required
The ID of the product for which you want to list tests.
offset
int
The number of tests to skip before starting to collect the result set.
limit
int
The maximum number of tests to return.