Package flumotion :: Package common :: Module testsuite
[hide private]

Module testsuite

source code

testsuite base classes and helpers for diffing strings


Version: $Rev$

Classes [hide private]
  TestCase
  TestClient
  TestAdmin
  TestWorker
  TestManagerRoot
  TestManager
  TestPB
I combine a manager and a client to test passing back and forth objects.
  TestCaseWithManager
Functions [hide private]
 
attr(*args, **kwargs)
Decorator that adds attributes to objects.
source code
 
_diff(old, new, desc) source code
 
diffStrings(orig, new, desc='input') source code
Variables [hide private]
  __package__ = 'flumotion.common'
Function Details [hide private]

attr(*args, **kwargs)

source code 

Decorator that adds attributes to objects.

It can be used to set the 'slow', 'skip', or 'todo' flags in test cases.