AbsaOSS / balta

Scala library to write Postgres DB code tests with
Apache License 2.0
3 stars 0 forks source link

Improve how asserts with the test function are handled #8

Open benedeki opened 12 months ago

benedeki commented 12 months ago

Background

It's expected, that assert function will be used in the tests. Right now it doesn't behave the most user friendly way.

Feature

Try to solve the assert handling so tests don't fail completely on first assert failure but other tests are tried as well - similarly as in the AnyFunSuite.