Immediately after running a test, teardown the stubs. This fixes any problems with exception handling, such as UnexpectedCall, when methods involved in exception handling, such as `open`, have been stubbed.
0.4.5
=====
Fixed packaging and test running thanks to pypingou
0.4.4
=====
Fixed handling of skipped tests
0.4.3
=====
Fixed regression in stubbing functions introduced in python 3 changes
0.4.2
=====
Fixed regression in not raising an AssertionError for python 2
0.4.1
=====
Fixed UnexpectedCall handling in Python 2. Fixes https://github.com/agoragames/chai/issues/8.