brstest
brstest copied to clipboard
add optional message parameter to assertion methods
For example: If I'm using t.assertTrue(...) multiple times in the same test, I currently have no way of knowing which of those assertions failed. An expanded syntax of:
t.assertTrue(value, message="" as String)
would allow for easy differentiation.