mirror of
https://github.com/python/cpython.git
synced 2025-11-27 13:45:25 +00:00
Removed debugging setting
This commit is contained in:
parent
4d7701729c
commit
d8642c3274
1 changed files with 0 additions and 1 deletions
|
|
@ -104,7 +104,6 @@ class TestLineCounts(unittest.TestCase):
|
|||
def setUp(self):
|
||||
self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
|
||||
self.my_py_filename = fix_ext_py(__file__)
|
||||
self.maxDiff = None
|
||||
|
||||
def test_traced_func_linear(self):
|
||||
result = self.tracer.runfunc(traced_func_linear, 2, 5)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue