Searched defs:paths (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
H A Dtest_discovery.py93 paths = [] variable in class:TestDiscovery.test_find_tests_with_package.Module
98 self.paths.append(path)
127 self.assertEqual(Module.paths, ['test_directory', 'test_directory2'])
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_xmlrpc.py375 paths = ["/foo", "/foo/bar"] variable in class:http_multi_server.MyRequestHandler
376 for path in paths:
380 serv.get_dispatcher(paths[0]).register_function(pow)
381 serv.get_dispatcher(paths[1]).register_function(lambda x,y: x+y, 'add')

Completed in 42 milliseconds