Kaydet (Commit) d8642c32 authored tarafından Alexander Belopolsky's avatar Alexander Belopolsky

Removed debugging setting

üst 4d770172
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment