change tests that provided wrong instance information

This commit is contained in:
Dave Halter
2014-07-31 15:16:24 +02:00
parent 50fa3a732d
commit d09279e0ad
8 changed files with 15 additions and 13 deletions

View File

@@ -38,7 +38,7 @@ import datetime
def fooooo(obj):
if isinstance(obj, datetime.datetime):
#? datetime.datetime
#? datetime.datetime()
obj
@@ -48,7 +48,7 @@ def fooooo2(obj):
else:
return 1
#? int() datetime.datetime
#? int() datetime.datetime()
fooooo2('')