Skip to content
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

Run utPLSQL tests in a dedicated utPLSQL view #6

Closed
PhilippSalvisberg opened this issue Jan 27, 2018 · 0 comments · Fixed by #62
Closed

Run utPLSQL tests in a dedicated utPLSQL view #6

PhilippSalvisberg opened this issue Jan 27, 2018 · 0 comments · Fixed by #62
Assignees
Milestone

Comments

@PhilippSalvisberg
Copy link
Member

In version 0.1 all utPLSQL tests are executed as script in a SQL Developer worksheet and the test output is shown in the script output pane. This was easy to implement and is an acceptable solution for a MVP but it has the following flaws:

  • DBMS_OUTPUT is produced after all tests have been completed. The developer does not see the progress
  • When a test fails, the developer has to navigate manually to the failing source code line (no hyperlink available)
  • Results are produced in black and white colors only, there is no "green bar" indicated a successful test execution
  • Overall it looks and feels awkward and it is less fun for the developer to work with

To address these flaws all tests should be executed by the utPLSQL extension (without blocking the current connection) and the results should be presented in a dedicated utPLSQL view. This view should look similar to the JUnit view in Eclipse.

junitvieweclipse

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