- improve type hints
- update some requirements
- keyword argument
messagetolest.assert_raises
- argument
info_levelto functionlest.run - argument
out_formatto functionlest.run
- Improve
AssertionError's messages in all assertions
- Remove attribute
messagefrom all assertions
- Exiting with non-zero exit code if some tests weren't passing
- Printing name of function's module
- Allow writing, for example,
lest.assert_eq, but notlest.assertions.assert_eq - Fix bug in
@lest.setup: this decorator didn't return function lest.rundidn't count errors in total
- module
assertions - decorator
setup
- results table
- handling errors other than
AssertionError
First release