Skip to content

Releases: fhuertas/mock_decorators

1.1.1

28 Nov 19:28
Compare
Choose a tag to compare
  • Add coverage report

Build Status Coverage Status

1.1.0

21 Nov 17:59
Compare
Choose a tag to compare

New Mock. MockSysOutput catch the system output in a Stream
Fix documentation of FunctionMockCheckCall

1.0.9

15 Nov 12:06
Compare
Choose a tag to compare
  • FunctionMockCheckCall now check 0 invocations
  • Fix: FunctionMockCheckCall checks if the value to return is None and not a condition
  • Fix: the checks in the FunctionMockCheckCall

1.0.8

15 Nov 11:47
Compare
Choose a tag to compare
  • FunctionMockCheckCall checks if the value to return is None and not a condition

1.0.7

15 Nov 10:01
Compare
Choose a tag to compare
  • The FunctionMockCheckCall now can return a value instead invoke the original function

1.0.6

15 Nov 09:00
Compare
Choose a tag to compare
  • Added mock for check if a function is called
  • FIX: make test-versions makes tests for python 2 and 3

1.0.5

03 Nov 16:53
Compare
Choose a tag to compare
  • Added Mocks for dictionaries
  • FIX: now ClassMock is reperted correctly that it doesn't work in python 2

1.0.4

10 Oct 00:42
Compare
Choose a tag to compare

Prepare to pypi

v1.0.3

09 Oct 13:56
Compare
Choose a tag to compare

Update module information

v1.0.2

09 Oct 13:38
Compare
Choose a tag to compare
  • Preapare for pypi distribution