Formatting changes and upstreaming one test

This commit is contained in:
Gennadiy Civil
2018-08-01 11:07:22 -04:00
parent 012528ccab
commit 539ee4bc54
4 changed files with 98 additions and 3 deletions

View File

@@ -33,10 +33,8 @@
__author__ = 'wan@google.com (Zhanyong Wan)'
import gmock_test_utils
PROGRAM_PATH = gmock_test_utils.GetTestExecutablePath('gmock_leak_test_')
TEST_WITH_EXPECT_CALL = [PROGRAM_PATH, '--gtest_filter=*ExpectCall*']
TEST_WITH_ON_CALL = [PROGRAM_PATH, '--gtest_filter=*OnCall*']

View File

@@ -43,7 +43,6 @@ __author__ = 'wan@google.com (Zhanyong Wan)'
import os
import re
import sys
import gmock_test_utils