Support multiple expectation failures with teamcity reporter by jgebal · Pull Request #1251 · utPLSQL/utPLSQL
When running unit tests with TeamCity reporter in JetBrains IDE like IntelliJ or DataGrip, only first failed expectation is reported for a test, even in there are multiple failing expectations.
That is changed with this PR and so now all the failing expectations will be shown when running utPLSQL unit tests with DataGrip or IntelliJ