proxygen
|
Go to the source code of this file.
Classes | |
class | gtest_test_utils.Subprocess |
Namespaces | |
gtest_test_utils | |
Functions | |
def | gtest_test_utils.SetEnvVar (env_var, value) |
def | gtest_test_utils._ParseAndStripGTestFlags (argv) |
def | gtest_test_utils.GetFlag (flag) |
def | gtest_test_utils.GetSourceDir () |
def | gtest_test_utils.GetBuildDir () |
def | gtest_test_utils._RemoveTempDir () |
def | gtest_test_utils.GetTempDir () |
def | gtest_test_utils.GetTestExecutablePath (executable_name, build_dir=None) |
def | gtest_test_utils.GetExitStatus (exit_code) |
def | gtest_test_utils.Main () |
Variables | |
string | gtest_test_utils.__author__ = 'wan@google.com (Zhanyong Wan)' |
gtest_test_utils._test_module = unittest | |
bool | gtest_test_utils._SUBPROCESS_MODULE_AVAILABLE = True |
string | gtest_test_utils.GTEST_OUTPUT_VAR_NAME = 'GTEST_OUTPUT' |
string | gtest_test_utils.IS_WINDOWS = 'nt' |
string | gtest_test_utils.IS_CYGWIN = 'posix' |
string | gtest_test_utils.PREMATURE_EXIT_FILE_ENV_VAR = 'TEST_PREMATURE_EXIT_FILE' |
gtest_test_utils.environ = os.environ.copy() | |
gtest_test_utils.TestCase = _test_module.TestCase | |
dictionary | gtest_test_utils._flag_map |
bool | gtest_test_utils._gtest_flags_are_parsed = False |
gtest_test_utils._temp_dir = None | |