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

Class ReduceTestFail

test/tools/reduce_test.py:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 """do not fail with 'TypeError: slice indices must be integers or None or have an __index__ method'"""
69
70 class ReduceTestFail(ReduceTest):
71 def runtool(self, filedata=None):
72 print(filedata)
73 return False
74
75 reduce = ReduceTestFail()
76

Callers 1

test_combinelines_chunkFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_combinelines_chunkFunction · 0.68