Closed
Description
Currently, if a unit test package specification gets invalidated due to a broken dependency or dependency recreation, the unit test package is skipped in execution.
This is something to be fixed, as only package spec that has errors cannot be executed.
utPLSQL should try to parse annotations of invalid packages and try to execute them.
If a package fails to be validated when invoked, the test would fail.