+ keyword argument `message` to `lest.assert_raises`
0.6.0
Added:
+ argument `info_level` to function `lest.run` + argument `out_format` to function `lest.run`
0.5.0
Changed:
+ Improve `AssertionError`'s messages in all assertions
Removed:
+ Remove attribute `message` from all assertions
0.4.1
Added:
+ Exiting with non-zero exit code if some tests weren't passing
0.4.0
Added:
+ Printing name of function's module
Changed:
+ Allow writing, for example, `lest.assert_eq`, but not `lest.assertions.assert_eq` + Fix bug in `lest.setup`: this decorator didn't return function + `lest.run` didn't count errors in total