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 Sat Aug 16 14:35:35 2014 | http://epydoc.sourceforge.net |