Closed doricardo closed 1 year ago
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.
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?