| Home | Trees | Index | Help |
|
|---|
|
pmock: Python mock object framework, providing support for creating mock
objects for use in unit testing.
__builtin__.object:
The most base type
pmock.Mock:
A mock object.
unittest.TestCase:
A class whose instances are single test cases.
__builtin__.type:
type(object) -> the object's type type(name, bases, dict) -> a
new type
exceptions.Exception:
Common base class for all exceptions.
exceptions.StandardError:
Base class for all standard Python exceptions.
exceptions.AssertionError:
Assertion failed.
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Sun Jul 25 19:39:43 2004 | http://epydoc.sf.net |