thanks to ast.literal_eval the order how test results are defined, doesn't matter anymore

This commit is contained in:
David Halter
2012-08-31 17:58:24 +02:00
parent 469388d72d
commit dcc3b54715
2 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ arr.count(1)
# -----------------
dic = {}
#? ['clear', 'copy']
#? ['copy', 'clear']
dic.c
dic2 = dict(a=1, b=2)