mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +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).
|
||||
##? 5
|
||||
#? 5
|
||||
's'()
|
||||
|
||||
#? []
|
||||
@@ -32,7 +32,7 @@ def wrong_indents():
|
||||
asdf
|
||||
asdf(
|
||||
# TODO this seems to be wrong now?
|
||||
##? int()
|
||||
#? int()
|
||||
asdf
|
||||
def openbrace():
|
||||
asdf = 3
|
||||
|
||||
@@ -240,8 +240,7 @@ cls().s
|
||||
|
||||
import zipfile
|
||||
z = zipfile.ZipFile("foo")
|
||||
# It's too slow. So we don't run it at the moment.
|
||||
##? ['upper']
|
||||
#? ['upper']
|
||||
z.read('name').upper
|
||||
|
||||
# -----------------
|
||||
|
||||
@@ -150,8 +150,7 @@ class NestedClass():
|
||||
return self
|
||||
|
||||
# Shouldn't find a definition, because there's other `instance`.
|
||||
# TODO reenable that test
|
||||
##< (0, 14),
|
||||
#< (0, 14),
|
||||
NestedClass().instance
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user