I counted 105. You can see that using this code:
def sum_for_list(lst): return lst
Time: 644ms Passed: 0 Failed: 105 Exit Code: 1
5 fixed, 100 random tests.
100 random tests.
How many test are there? Before I get an Execution Time Out my code goes properly through something about 67 tests. I just wonder how far I am from solution. (I use python)
Loading collection data...
I counted 105. You can see that using this code:
5 fixed, 100 random tests.
100 random tests.
How many test are there? Before I get an Execution Time Out my code goes properly through something about 67 tests. I just wonder how far I am from solution. (I use python)