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