| Home | Trees | Index | Help |
|---|
| Package guiunittest :: Module mocks |
|
| Function Summary | |
|---|---|
Replace the functions in the given obj (module, class, whatever) for mock attributes, useful for testing purposes. | |
Retore the mock functions installed by install. | |
| Function Details |
|---|
install(obj, *mocks, **funcs)Replace the functions in the given obj (module, class, whatever) for mock attributes, useful for testing purposes.
|
uninstall(obj)Retore the mock functions installed byinstall.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Nov 24 14:15:09 2004 | http://epydoc.sf.net |