Skip to content

Warnings on incorrect/misplaced annotations #523

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 26, 2017 · 0 comments
Closed

Warnings on incorrect/misplaced annotations #523

jgebal opened this issue Nov 26, 2017 · 0 comments

Comments

@jgebal
Copy link
Member

jgebal commented Nov 26, 2017

Some annotations are only valid for procedures, while some others are only valid at suite level.

Currently, when we parse annotations we do not report any warnings for incorrect/misplaced annotations.
This leads to some confusion and surprises when a suite/test does not execute or misbehaves.

We should introduce a log_warning mechanism, so that suite builder can give feedback to user on issues encountered.

The warnings should be shown to dbms_output from the main session when using multi-session access (utPLSQL-cli) or at the begining/end of outputs from ut_documentation_reporter.

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

No branches or pull requests

1 participant