Hi all,
Just started using utPLSQL. One of the reasons is to run the unit tests in an Azure pipeline.
If one or more unit tests fail, I want the pipeline to fail.
I haven't found how to do that, so my question is whether ut.run() can be made to call raise_application_error if at least one of the tests fails?
Thanks a bundle!
Cheers,
Remco