Skip to content

Releases: mindflayer/python-mocket

1.3.2

29 Jun 08:31

Choose a tag to compare

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

1.3.1

26 Jan 15:50

Choose a tag to compare

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