Home
last modified time | relevance | path

Searched refs:SCMTest (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/checkout/
Dscm_unittest.py277 class SCMTest(unittest.TestCase): class
461 class SVNTest(SCMTest):
782 class GitTest(SCMTest):
830 class GitSVNTest(SCMTest):
/external/webkit/Tools/
DChangeLog-2010-05-2429608 (SCMTest): Created new super class to hold utility methods.
29609 (SCMTest._create_patch): Creates a patch file on disk and a
29611 (SCMTest._setup_webkittools_scripts_symlink): Sets up a symlink
29614 (SVNTest): Inherit from SCMTest instead of unittest.TestCase.
29621 (GitTest): Inherit from SCMTest instead of unittest.TestCase.