Unfortunately this is still true. When `assertFail...
# stdlib
i
Unfortunately this is still true. When
assertFailsWith
fails (i.e. function being tested doesn't throw expected exception) it throws assertion exception from its body. In the stack trace of this exception you'll get line number in the file where assertFailsWith is defined, and not where it was called.