def runTest(self): """Test cstyle.main with --generate-config.""" sys.argv = [ "cstyle", "--generate-config" ] cstyle.main()
def runTest(self): """Test cstyle.main with no arguments.""" sys.argv = [ "cstyle" ] cstyle.main()
def runTest(self): """Test cstyle.main.""" sys.argv = [ "cstyle", "test/0001_pointer_prefix.c"] cstyle.main()
def runTest(self): """Test cstyle.main with --generate-config.""" sys.argv = ["cstyle", "--generate-config"] cstyle.main()
def runTest(self): """Test cstyle.main with no arguments.""" sys.argv = ["cstyle"] cstyle.main()
def runTest(self): """Test cstyle.main.""" sys.argv = ["cstyle", "test/0001_pointer_prefix.c"] cstyle.main()