Skip to content

Releases: mindflayer/python-mocket

asyncio/aiohttp support

Choose a tag to compare

@mindflayer mindflayer released this 17 Dec 01:08
1.4.0

Version upgrade.

1.3.4: Merge pull request #31 from mocketize/mockhttp-entry-subclassing

Choose a tag to compare

@mindflayer mindflayer released this 18 Oct 19:03
Subclassing required to re-implement register methods.

1.3.3

Choose a tag to compare

@mindflayer mindflayer released this 17 Aug 20:46

Fix for Python 3.5, where they changed the way they send the request body, calling another sendall() (#29).

1.3.2

Choose a tag to compare

@mindflayer mindflayer released this 29 Jun 08:31

'make develop' was failing on some Python 3.5 distributions.

1.3.1

Choose a tag to compare

@mindflayer mindflayer released this 26 Jan 15:50

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).