Fix for Python 3.5, where they changed the way they send the request body, calling another `sendall()` (29).
1.3.2
'make develop' was failing on some Python 3.5 distributions.
1.3.1
Here are the last changes: - mocketize decorator is now able to work with simple test functions, no need for a test class anymore; - it also works with **pytest.fixture**; - important bugfix (13, thanks glandium).