- Support Pytest 3.5 - Support Exceptions with custom args - Cleanup test runner integration docs - Update is_class check, use builtin method - Cleanup some grammar in failure messages
1.2.1
----------------
- Make expectation failure messages clearer
1.2.0
----------------
- update pytest integration for version >=2.8 - Support arbitrary callables on class
1.1.3
-----------------
- Fix bug when restoring stubbed attributes.
1.1.2
-----------------
- Support stubbing callable attributes.
1.1.1
-----------------
- Optimized suite by using a faster method of retrieving stack frames.