Commit 5ee93ce1 authored by Tres Seaver's avatar Tres Seaver

Remove redundant copy of test.

parent 3e5d768b
...@@ -131,9 +131,6 @@ class TestPythonScriptNoAq(PythonScriptTestBase): ...@@ -131,9 +131,6 @@ class TestPythonScriptNoAq(PythonScriptTestBase):
def testCollector2295(self): def testCollector2295(self):
res = self._newPS('if False:\n pass\n#hi') res = self._newPS('if False:\n pass\n#hi')
def testCollector2295(self):
res = self._newPS('if False:\n pass\n#hi')
def testReduce(self): def testReduce(self):
res = self._newPS('return reduce(lambda x, y: x + y, [1,3,5,7])')() res = self._newPS('return reduce(lambda x, y: x + y, [1,3,5,7])')()
self.assertEqual(res, 16) self.assertEqual(res, 16)
......
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