Home
last modified time | relevance | path

Searched refs:tearDown (Results 1 – 25 of 132) sorted by relevance

123456

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_functiontestcase.py33 def tearDown(): function
37 unittest.FunctionTestCase(test, setUp, tearDown).run(result)
58 def tearDown(): function
63 unittest.FunctionTestCase(test, setUp, tearDown).run(result)
84 def tearDown(): function
89 unittest.FunctionTestCase(test, setUp, tearDown).run(result)
109 def tearDown(): function
115 unittest.FunctionTestCase(test, setUp, tearDown).run(result)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dsupport.py31 def tearDown(self): member in LoggingSilencer
34 super(LoggingSilencer, self).tearDown()
62 def tearDown(self): member in TempdirManager
63 super(TempdirManager, self).tearDown()
124 def tearDown(self): member in EnvironGuard
133 super(EnvironGuard, self).tearDown()
Dtest_config.py74 def tearDown(self): member in PyPIRCCommandTestCase
77 super(PyPIRCCommandTestCase, self).tearDown()
Dtest_bdist_dumb.py39 def tearDown(self): member in BuildDumbTestCase
43 super(BuildDumbTestCase, self).tearDown()
Dtest_sysconfig.py17 def tearDown(self): member in SysconfigTestCase
21 super(SysconfigTestCase, self).tearDown()
Dtest_core.py40 def tearDown(self): member in CoreTestCase
45 super(CoreTestCase, self).tearDown()
Dtest_config_cmd.py25 def tearDown(self): member in ConfigTestCase
27 super(ConfigTestCase, self).tearDown()
Dtest_file_util.py29 def tearDown(self): member in FileUtilTestCase
31 super(FileUtilTestCase, self).tearDown()
Dtest_bdist_rpm.py36 def tearDown(self): member in BuildRpmTestCase
40 super(BuildRpmTestCase, self).tearDown()
Dtest_upload.py64 def tearDown(self): member in uploadTestCase
66 super(uploadTestCase, self).tearDown()
Dtest_dir_util.py33 def tearDown(self): member in DirUtilTestCase
35 super(DirUtilTestCase, self).tearDown()
Dtest_dist.py50 def tearDown(self): member in DistributionTestCase
53 super(DistributionTestCase, self).tearDown()
249 def tearDown(self): member in MetadataTestCase
252 super(MetadataTestCase, self).tearDown()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_zipfile64.py92 def tearDown(self): member in TestsWithSourceFile
116 def tearDown(self): member in OtherTests
Dtest_import.py25 def tearDown(self): member in ImportTests
27 setUp = tearDown
296 def tearDown(self): member in PycRewritingTests
366 def tearDown(self): member in PathsTests
401 def tearDown(self): member in RelativeImportTests
403 setUp = tearDown
Dtest_threading_local.py225 def tearDown(test): function
228 setUp=setUp, tearDown=tearDown)
Dtest_pkgutil.py20 def tearDown(self): member in PkgutilTests
105 def tearDown(self): member in PkgutilPEP302Tests
Dtest_telnetlib.py58 def tearDown(self): member in GeneralTests
117 tearDown = _read_tearDown variable in ReadTests
311 tearDown = _read_tearDown variable in OptionTests
330 self.tearDown()
337 self.tearDown()
Dtest_binhex.py19 def tearDown(self): member in BinHexTestCase
Dtest_whichdb.py32 def tearDown(self): member in WhichDBTestCase
Dtest_fnmatch.py12 def tearDown(self): member in FnmatchTestCase
Dtest_httpservers.py79 def tearDown(self): member in BaseTestCase
294 def tearDown(self): member in SimpleHTTPServerTestCase
302 BaseTestCase.tearDown(self)
404 def tearDown(self): member in CGIHTTPServerTestCase
414 BaseTestCase.tearDown(self)
Dtest_old_mailbox.py37 def tearDown(self): member in MaildirTestCase
116 def tearDown(self): member in MboxTestCase
Dtest_wave.py16 def tearDown(self): member in TestWave
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
DCommentParsingUnitTest.py33 def tearDown(self): member in ParseHeaderCommentSectionTest
450 def tearDown(self): member in ParseGenericCommentTest
521 def tearDown(self): member in ParseDecPcdGenericCommentTest
705 def tearDown(self): member in ParseDecPcdTailCommentTest
846 def tearDown(self): member in _IsCopyrightLineTest
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
Dtest_main.py13 def tearDown(self): member in TestMain

123456