Searched refs:SCMTest (Results 1 – 2 of 2) sorted by relevance
277 class SCMTest(unittest.TestCase): class461 class SVNTest(SCMTest):782 class GitTest(SCMTest):830 class GitSVNTest(SCMTest):
29608 (SCMTest): Created new super class to hold utility methods.29609 (SCMTest._create_patch): Creates a patch file on disk and a29611 (SCMTest._setup_webkittools_scripts_symlink): Sets up a symlink29614 (SVNTest): Inherit from SCMTest instead of unittest.TestCase.29621 (GitTest): Inherit from SCMTest instead of unittest.TestCase.