probably icon indicating copy to clipboard operation
probably copied to clipboard

Make `check` work like `assert`

Open propensive opened this issue 3 years ago • 0 comments

Currently, the check macro does not examine the predicate like the assert method does, so there is no useful debug information when a test fails.

propensive avatar Dec 24 '21 08:12 propensive