A mock object framework for unit testing
PyMock is for developers who want to test their code at the unit level. It allows you to imitate the behavior of methods in limited situations without relying on their implementation. This can be done by hand, but creating mocking classes from scratch takes effort and time. PyMock makes this process easier.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python:misc/python-pymock && cd $_
- Create Badge
Refresh
Refresh
Comments 0