31 """Verifies that Google Test warns the user when not initialized properly."""
33 from googletest.test
import gtest_test_utils
35 binary_name =
'googletest-param-test-invalid-name2-test_'
45 """Runs the given command and verifies its exit code and output."""
47 err = (
'Duplicate parameterized test name \'a\'')
50 Assert(p.terminated_by_signal)
61 if __name__ ==
'__main__':