utPLSQL/utPLSQL-SQLDeveloper

Enable one unit test in a bunch of Unit Tests

doricardo opened this issue · 4 comments

We have a package that has 15 unit tests, Is there any possibility to run only one of them instead of mentioning --%disabled on the others 14 tests?

ut.run('schema.package.procedure');

That sould do the trick.

You can run individual test procedure from UI too.

ut.run('schema.package.procedure');

That sould do the trick.

Much appreciate mate

You may also have a look into utPLSQL documentation for more details or look in the resouces page for some good blogs/videos.