ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/devel/py-mock/pkg-descr
Revision: 24239
Committed: Sat Sep 8 16:56:18 2018 UTC (5 years, 7 months ago) by laffer1
Content type: text/plain
File size: 456 byte(s)
Log Message:
add py-mock

File Contents

# Content
1 A Python Mocking and Patching Library for Testing
2
3 mock is a Python module that provides a core Mock class. It is intended to
4 reduce the need for creating a host of trivial stubs throughout your test suite.
5 After performing an action, you can make assertions about which methods /
6 attributes were used and arguments they were called with. You can also specify
7 return values and set needed attributes in the normal way.
8
9 WWW: https://pypi.org/project/mock/

Properties

Name Value
svn:eol-style native
svn:mime-type text/plain