Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Create test listing API #571

@jgebal

Description

@jgebal

We need to expose following API within ut_runner:

  • is_suite - return 'Y' if given owner, package is a unit test suite, else return 'N'
  • get_suites_list - return a list of package with corresponding suitepath and description
    for a given owner
  • get_tests_list - return a list of test_procedure with corresponding description
    for a given owner and package
  • get_suitepaths - return a list of suitepaths for a given owner

All of functions should make use of ut_annotation_manager to assure retrieval of up-to-date information

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions