Seems likes it might be useful to have the assert display a message when an assertion fails.
Currently an AssertionError gets thrown, but I don't think you have the power to specify a custom message for it.
Am I wrong?
If I am please correct me, and if I'm correct can you provide a mechanism for doing this (other than creating your own exception type and throwing it).