tesseract v5.3.3.20231005
|
Classes | |
class | GTestColorTest |
Functions | |
def | SetEnvVar (env_var, value) |
def | UsesColor (term, color_env_var, color_flag) |
Variables | |
string | IS_WINDOWS = 'nt' |
string | COLOR_ENV_VAR = 'GTEST_COLOR' |
string | COLOR_FLAG = 'gtest_color' |
COMMAND = gtest_test_utils.GetTestExecutablePath('googletest-color-test_') | |
def googletest-color-test.SetEnvVar | ( | env_var, | |
value | |||
) |
Sets the env variable to 'value'; unsets it when 'value' is None.
Definition at line 44 of file googletest-color-test.py.
def googletest-color-test.UsesColor | ( | term, | |
color_env_var, | |||
color_flag | |||
) |
Runs googletest-color-test_ and returns its exit code.
Definition at line 53 of file googletest-color-test.py.
string googletest-color-test.COLOR_ENV_VAR = 'GTEST_COLOR' |
Definition at line 39 of file googletest-color-test.py.
string googletest-color-test.COLOR_FLAG = 'gtest_color' |
Definition at line 40 of file googletest-color-test.py.
googletest-color-test.COMMAND = gtest_test_utils.GetTestExecutablePath('googletest-color-test_') |
Definition at line 41 of file googletest-color-test.py.
string googletest-color-test.IS_WINDOWS = 'nt' |
Definition at line 37 of file googletest-color-test.py.