MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / ReduceTest

Class ReduceTest

test/tools/reduce_test.py:5–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4
5class ReduceTest(Reduce):
6 # pylint: disable-next=super-init-not-called - we do not want the super __init__ to be called
7 def __init__(self):
8 # super().__init__('', '', '')
9 pass
10
11 def runtool(self, filedata=None):
12 return True
13
14 def writefile(self, filedata):
15 pass
16
17 def writebackupfile(self, filedata):
18 pass
19
20
21def test_removecomments():

Callers 3

test_removecommentsFunction · 0.85
test_removedirectivesFunction · 0.85

Calls

no outgoing calls

Tested by 3

test_removecommentsFunction · 0.68
test_removedirectivesFunction · 0.68