added tests

This commit is contained in:
David Halter
2012-04-13 10:39:02 +02:00
parent 5f21f56330
commit ee3aea95e2
4 changed files with 89 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
import os
def array():
return []
return list()
#? ['append']
array().app