Exemplo n.º 1
0
 def runTest(self):
     """Test cstyle.main with --generate-config."""
     sys.argv = [ "cstyle", "--generate-config" ]
     cstyle.main()
Exemplo n.º 2
0
 def runTest(self):
     """Test cstyle.main with no arguments."""
     sys.argv = [ "cstyle" ]
     cstyle.main()
Exemplo n.º 3
0
 def runTest(self):
     """Test cstyle.main."""
     sys.argv = [ "cstyle", "test/0001_pointer_prefix.c"]
     cstyle.main()
Exemplo n.º 4
0
 def runTest(self):
     """Test cstyle.main with --generate-config."""
     sys.argv = ["cstyle", "--generate-config"]
     cstyle.main()
Exemplo n.º 5
0
 def runTest(self):
     """Test cstyle.main with no arguments."""
     sys.argv = ["cstyle"]
     cstyle.main()
Exemplo n.º 6
0
 def runTest(self):
     """Test cstyle.main."""
     sys.argv = ["cstyle", "test/0001_pointer_prefix.c"]
     cstyle.main()