re-enable test, probably related to #131

This commit is contained in:
David Halter
2013-05-08 00:01:22 +04:30
parent f4e8972157
commit 4b4681d285

View File

@@ -237,7 +237,6 @@ class TestRegression(TestBase):
check(self.function_definition(s), 'partial', 0)
jedi.set_debug_function(None)
@unittest.skip("function_definition at ``f( |)`` does not work")
def test_function_definition_empty_paren_pre_space(self):
s = textwrap.dedent("""\
def f(a, b):