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

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