Open hobovsky opened 1 year ago
There seems to be no easy way to provide failure messages to Nim tests. There is no explicit assertion functions, and the check macro does not seem to accept any parameters which would result in an additional, custom message.
check
There seems to be no easy way to provide failure messages to Nim tests. There is no explicit assertion functions, and the
check
macro does not seem to accept any parameters which would result in an additional, custom message.