validmind.test_suites
Entrypoint for test suites.
def
get_by_id(test_suite_id: str):
Returns the test suite by ID
def
list_suites(pretty: bool = True):
Returns a list of all available test suites
def
describe_suite(test_suite_id: str, verbose=False):
Describes a Test Suite by ID
Arguments:
- test_suite_id: Test Suite ID
- verbose: If True, describe all plans and tests in the Test Suite
Returns:
pandas.DataFrame: A formatted table with the Test Suite description
def
describe_test_suite(test_suite_id: str, verbose=False):
Describes a Test Suite by ID
Arguments:
- test_suite_id: Test Suite ID
- verbose: If True, describe all plans and tests in the Test Suite
Returns:
pandas.DataFrame: A formatted table with the Test Suite description
Registers a custom test suite