Lines Matching refs:setUp
2173 def __init__(self, test, optionflags=0, setUp=None, tearDown=None,
2181 self._dt_setUp = setUp
2184 def setUp(self):
2302 self.setUp()
2339 def setUp(self):
2375 setUp
2377 tests in each file. The setUp function will be passed a DocTest
2378 object. The setUp function can access the test globals as the
2491 setUp
2493 tests in each file. The setUp function will be passed a DocTest
2494 object. The setUp function can access the test globals as the