Home | History | Annotate | Download | only in python2.7

Lines Matching full:teardown

2155     def __init__(self, test, optionflags=0, setUp=None, tearDown=None,
2163 self._dt_tearDown = tearDown
2171 def tearDown(self):
2285 self.tearDown()
2357 tearDown
2359 tests in each file. The tearDown function will be passed a DocTest
2360 object. The tearDown function can access the test globals as the
2486 tearDown
2488 tests in each file. The tearDown function will be passed a DocTest
2489 object. The tearDown function can access the test globals as the