mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
Grammar modifications so that the Python2.7 grammar looks more like the Python 3.4 grammar.
This commit is contained in:
@@ -152,6 +152,6 @@ def test_error_correction_with():
|
||||
try:
|
||||
f."""
|
||||
comps = jedi.Script(source).completions()
|
||||
assert len(comps) > 40
|
||||
assert len(comps) > 30
|
||||
# `open` completions have a closed attribute.
|
||||
assert [1 for c in comps if c.name == 'closed']
|
||||
|
||||
Reference in New Issue
Block a user