mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
re-enable test, probably related to #131
This commit is contained in:
@@ -237,7 +237,6 @@ class TestRegression(TestBase):
|
|||||||
check(self.function_definition(s), 'partial', 0)
|
check(self.function_definition(s), 'partial', 0)
|
||||||
jedi.set_debug_function(None)
|
jedi.set_debug_function(None)
|
||||||
|
|
||||||
@unittest.skip("function_definition at ``f( |)`` does not work")
|
|
||||||
def test_function_definition_empty_paren_pre_space(self):
|
def test_function_definition_empty_paren_pre_space(self):
|
||||||
s = textwrap.dedent("""\
|
s = textwrap.dedent("""\
|
||||||
def f(a, b):
|
def f(a, b):
|
||||||
|
|||||||
Reference in New Issue
Block a user