mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 23:34:45 +08:00
improved import statement keyword autocompletion, #111
This commit is contained in:
@@ -120,7 +120,7 @@ class TestRegression(TestBase):
|
||||
assert len(self.complete("import import", path='')) > 0
|
||||
|
||||
# 111
|
||||
assert self.complete("from datetime import") == []
|
||||
assert self.complete("from datetime import")[0].word == 'import'
|
||||
assert self.complete("from datetime import ")
|
||||
|
||||
def test_get_in_function_call(self):
|
||||
|
||||
Reference in New Issue
Block a user