Enable one unit test in a bunch of Unit Tests
doricardo opened this issue · 4 comments
doricardo commented
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?
jgebal commented
ut.run('schema.package.procedure');
That sould do the trick.
jgebal commented
You can run individual test procedure from UI too.
doricardo commented
ut.run('schema.package.procedure');
That sould do the trick.
Much appreciate mate
jgebal commented
You may also have a look into utPLSQL documentation for more details or look in the resouces page for some good blogs/videos.