Searched refs:test_name (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_pep352.py | 100 for test_name, (given, expected) in zip(self.interface_tests, results): 101 self.assertEqual(given, expected, "%s: %s != %s" % (test_name,
|
D | test_symtable.py | 148 def test_name(self): member in SymtableTest
|
D | test_argparse.py | 216 test_name = '_'.join(names) 221 wrapper.__name__ = test_name 224 setattr(tester_cls, test_name, wrapper) 2791 test_name = '%s_%s' % (test_func.__name__, func_suffix) 2796 test_wrapper.__name__ = test_name 2799 setattr(test_class, test_name, test_wrapper)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/ |
D | test_result.py | 333 for test_name, should_pass in (('testSkip', True), 336 test = Test(test_name)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | _testcapimodule.c | 21 raiseTestError(const char* test_name, const char* msg) in raiseTestError() argument 25 if (strlen(test_name) + strlen(msg) > sizeof(buf) - 50) in raiseTestError() 28 PyOS_snprintf(buf, sizeof(buf), "%s: %s", test_name, msg); in raiseTestError()
|