Reenable some tests

This commit is contained in:
Dave Halter
2019-08-25 02:37:08 +02:00
parent 9b21c02819
commit e3d2bce7ff
3 changed files with 4 additions and 6 deletions

View File

@@ -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

View File

@@ -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
# ----------------- # -----------------

View File

@@ -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