mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 05:54:25 +08:00
Reenable some tests
This commit is contained in:
@@ -7,7 +7,7 @@ there should never be any errors.
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
# wait until keywords are out of definitions (pydoc function).
|
# wait until keywords are out of definitions (pydoc function).
|
||||||
##? 5
|
#? 5
|
||||||
's'()
|
's'()
|
||||||
|
|
||||||
#? []
|
#? []
|
||||||
@@ -32,7 +32,7 @@ def wrong_indents():
|
|||||||
asdf
|
asdf
|
||||||
asdf(
|
asdf(
|
||||||
# TODO this seems to be wrong now?
|
# TODO this seems to be wrong now?
|
||||||
##? int()
|
#? int()
|
||||||
asdf
|
asdf
|
||||||
def openbrace():
|
def openbrace():
|
||||||
asdf = 3
|
asdf = 3
|
||||||
|
|||||||
@@ -240,8 +240,7 @@ cls().s
|
|||||||
|
|
||||||
import zipfile
|
import zipfile
|
||||||
z = zipfile.ZipFile("foo")
|
z = zipfile.ZipFile("foo")
|
||||||
# It's too slow. So we don't run it at the moment.
|
#? ['upper']
|
||||||
##? ['upper']
|
|
||||||
z.read('name').upper
|
z.read('name').upper
|
||||||
|
|
||||||
# -----------------
|
# -----------------
|
||||||
|
|||||||
@@ -150,8 +150,7 @@ class NestedClass():
|
|||||||
return self
|
return self
|
||||||
|
|
||||||
# Shouldn't find a definition, because there's other `instance`.
|
# Shouldn't find a definition, because there's other `instance`.
|
||||||
# TODO reenable that test
|
#< (0, 14),
|
||||||
##< (0, 14),
|
|
||||||
NestedClass().instance
|
NestedClass().instance
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user