mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 14:54:47 +08:00
removed an old part_parser test
This commit is contained in:
@@ -42,13 +42,6 @@ class TestRegression(TestBase):
|
|||||||
cache.star_import_cache = {}
|
cache.star_import_cache = {}
|
||||||
self.assertEqual(length, 1)
|
self.assertEqual(length, 1)
|
||||||
|
|
||||||
def test_part_parser(self):
|
|
||||||
""" test the function_definition speedups """
|
|
||||||
s = '\n' * 100 + 'abs('
|
|
||||||
pos = 101, 4
|
|
||||||
self.function_definition(s, pos)
|
|
||||||
assert self.function_definition(s, pos)
|
|
||||||
|
|
||||||
def test_goto_definition_cursor(self):
|
def test_goto_definition_cursor(self):
|
||||||
|
|
||||||
s = ("class A():\n"
|
s = ("class A():\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user