Releases: fhuertas/mock_decorators
Releases · fhuertas/mock_decorators
1.1.0
New Mock. MockSysOutput catch the system output in a Stream
Fix documentation of FunctionMockCheckCall
1.0.9
- 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
- FunctionMockCheckCall checks if the value to return is None and not a condition
1.0.7
- The FunctionMockCheckCall now can return a value instead invoke the original function
1.0.6
- Added mock for check if a function is called
- FIX: make test-versions makes tests for python 2 and 3
1.0.5
- Added Mocks for dictionaries
- FIX: now ClassMock is reperted correctly that it doesn't work in python 2
v1.0.3
Update module information
v1.0.2
- Preapare for pypi distribution