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-name1-test_'
45 """Runs the given command and verifies its exit code and output."""
47 err = (
'Parameterized test name \'"InvalidWithQuotes"\' is invalid')
50 Assert(p.terminated_by_signal)
62 if __name__ ==
'__main__':