2 # -*- coding: iso8859-1 -*-
4 # Copyright (C) 2003, 2004, 2005 Edgewall Software
5 # Copyright (C) 2003, 2004, 2005 Jonas Borgström <jonas@edgewall.com>
6 # Copyright (C) 2005 Christopher Lenz <cmlenz@gmx.de>
8 # This software is licensed as described in the file
9 # LICENSE_FOR_PYTHON_BINDINGS, which you should have received as part
10 # of this distribution. The terms are also available at
11 # < http://subversion.tigris.org/license-for-python-bindings.html >.
12 # If newer versions of this license are posted there, you may use a
13 # newer version instead, at your option.
15 # Author: Jonas Borgström <jonas@edgewall.com>
16 # Christopher Lenz <cmlenz@gmx.de>
21 class TestSetup(unittest
.TestSuite
):
23 Test suite decorator that allows a fixture to be setup for a complete
32 def __call__(self
, result
):
34 unittest
.TestSuite
.__call
__(self
, result
)