| Trees | Indices | Help |
|---|
|
|
testsuite base classes and helpers for diffing strings
Version: $Rev$
|
|||
|
_getConfig dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. |
|||
| TestCase | |||
| TestClient | |||
| TestAdmin | |||
| TestWorker | |||
| TestManagerRoot | |||
| TestManager | |||
|
TestPB I combine a manager and a client to test passing back and forth objects. |
|||
| TestCaseWithManager | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Decorator that adds attributes to objects. It can be used to set the 'slow', 'skip', or 'todo' flags in test cases. |
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Mon May 11 00:19:17 2015 | http://epydoc.sourceforge.net |