- Add support for inspect.signature - Add support of Python 3.7 - Fix inspect DeprecationWarning
1.5.1
----------------
- Fix bug which breaks automatic teardown of top-level expectations between test cases
1.5.0
----------------
- Report unsatisfied expectations as failures instead of errors.
1.4.0
----------------
- Fix bug in unsatisfied `with_args_validator` exceptions. Note this may cause some tests being run with the `unittest` runner that used to pass to fail.