コード例 #1
0
ファイル: test_cstyle.py プロジェクト: alexmurray/cstyle
 def runTest(self):
     """Test cstyle.main with --generate-config."""
     sys.argv = [ "cstyle", "--generate-config" ]
     cstyle.main()
コード例 #2
0
ファイル: test_cstyle.py プロジェクト: alexmurray/cstyle
 def runTest(self):
     """Test cstyle.main with no arguments."""
     sys.argv = [ "cstyle" ]
     cstyle.main()
コード例 #3
0
ファイル: test_cstyle.py プロジェクト: alexmurray/cstyle
 def runTest(self):
     """Test cstyle.main."""
     sys.argv = [ "cstyle", "test/0001_pointer_prefix.c"]
     cstyle.main()
コード例 #4
0
ファイル: test_cstyle.py プロジェクト: mmedvedmtd/cstyle
 def runTest(self):
     """Test cstyle.main with --generate-config."""
     sys.argv = ["cstyle", "--generate-config"]
     cstyle.main()
コード例 #5
0
ファイル: test_cstyle.py プロジェクト: mmedvedmtd/cstyle
 def runTest(self):
     """Test cstyle.main with no arguments."""
     sys.argv = ["cstyle"]
     cstyle.main()
コード例 #6
0
ファイル: test_cstyle.py プロジェクト: mmedvedmtd/cstyle
 def runTest(self):
     """Test cstyle.main."""
     sys.argv = ["cstyle", "test/0001_pointer_prefix.c"]
     cstyle.main()