Wizard
Software Engineering Project - Wizard
Loading...
Searching...
No Matches
common Namespace Reference

Functions

 GetCommandOutput (command)
 
 GetSvnInfo ()
 
 GetSvnTrunk ()
 
 IsInGTestSvn ()
 
 IsInGMockSvn ()
 

Variables

 _SVN_INFO_URL_RE = re.compile(r'^URL: https://(\w+)\.googlecode\.com/svn(.*)')
 

Detailed Description

Shared utilities for writing scripts for Google Test/Mock.

Function Documentation

◆ GetCommandOutput()

common.GetCommandOutput ( command)
Runs the shell command and returns its stdout as a list of lines.

◆ GetSvnInfo()

common.GetSvnInfo ( )
Returns the project name and the current SVN workspace's root path.

◆ GetSvnTrunk()

common.GetSvnTrunk ( )
Returns the current SVN workspace's trunk root path.