- Notifications
You must be signed in to change notification settings - Fork17
Closed
Description
When I tried running test via SQLDeveloper extension on utPLSQL v3.1.2 I got surprised by lack of test window.
It would be nice if we could get some info/warning to users that would inform them why tests are not running with nice new UI.
Even something like a comment in SQLDeveloper worksheet would be great to say:
-- Running with SQL worksheet-- detected utPLSQL v3.1.2.2130-- you need utPLSQL v3.1.7 or above to use the test-runner UIEXECUTEdbms_session.reset_package;SET SERVEROUTPUTON SIZE UNLIMITEDCLEAR SCREENEXECUTEut.run('UT3$USER#');