Skip to content

Add ability to retrieve information abut test suites #785

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jgebal opened this issue Nov 17, 2018 · 0 comments · Fixed by #783
Closed

Add ability to retrieve information abut test suites #785

jgebal opened this issue Nov 17, 2018 · 0 comments · Fixed by #783
Assignees
Milestone

Comments

@jgebal
Copy link
Member

jgebal commented Nov 17, 2018

Add functionality to get information about test suites and tests, so that users/IDE's can retrieve that information.

The needed information is:

object_owner        - the owner of test suite packages
object_name         - the name of test suite package
item_name            - the name of suite/test
item_description   - the description of suite/suite item 
item_type              - the type of item (UT_SUITE/UT_SUITE_CONTEXT/UT_TEST)
item_line_no         - line_number where annotation identifying the item exists
path                      - suitepath of the item
disabled_flag        - 0 (zero) if item is not disabled,
                               1 if item is disabled by --%disabled annotation

The function should return data in a pipelined manner so that user/IDE can query and filter the data as needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant