EEEEE
======================================================================
ERROR: test_jars_content_result_elements_are_generators (test.TestGrandmaPickles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "lib/language/python/runner.py", line 60, in thread
raise it.exc_info[1]
File "lib/language/python/runner.py", line 48, in run
self.result = func(*args, **kwargs)
File "/tmp/d20150331-20360-1cuml2c/test.py", line 14, in test_jars_content_result_elements_are_generators
cauliflowers=4
File "/tmp/d20150331-20360-1cuml2c/solution.py", line 3, in jars_content
carrots / 4, celeries / 3])) + 1
TypeError: object of type 'int' has no len()
======================================================================
ERROR: test_no_product_no_jars_content (test.TestGrandmaPickles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "lib/language/python/runner.py", line 60, in thread
raise it.exc_info[1]
File "lib/language/python/runner.py", line 48, in run
self.result = func(*args, **kwargs)
File "/tmp/d20150331-20360-1cuml2c/test.py", line 27, in test_no_product_no_jars_content
cauliflowers=0
File "/tmp/d20150331-20360-1cuml2c/solution.py", line 3, in jars_content
carrots / 4, celeries / 3])) + 1
TypeError: object of type 'int' has no len()
======================================================================
ERROR: test_sample_grandma_always_tries_to_take_fixed_combo (test.TestGrandmaPickles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "lib/language/python/runner.py", line 60, in thread
raise it.exc_info[1]
File "lib/language/python/runner.py", line 48, in run
self.result = func(*args, **kwargs)
File "/tmp/d20150331-20360-1cuml2c/test.py", line 49, in test_sample_grandma_always_tries_to_take_fixed_combo
cauliflowers=5
File "/tmp/d20150331-20360-1cuml2c/solution.py", line 3, in jars_content
carrots / 4, celeries / 3])) + 1
TypeError: object of type 'int' has no len()
======================================================================
ERROR: test_sample_test_with_easy_to_follow_products_distribution (test.TestGrandmaPickles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "lib/language/python/runner.py", line 60, in thread
raise it.exc_info[1]
File "lib/language/python/runner.py", line 48, in run
self.result = func(*args, **kwargs)
File "/tmp/d20150331-20360-1cuml2c/test.py", line 37, in test_sample_test_with_easy_to_follow_products_distribution
cauliflowers=4
File "/tmp/d20150331-20360-1cuml2c/solution.py", line 3, in jars_content
carrots / 4, celeries / 3])) + 1
TypeError: object of type 'int' has no len()
======================================================================
ERROR: test_some_harder_to_follow_combos (test.TestGrandmaPickles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "lib/language/python/runner.py", line 60, in thread
raise it.exc_info[1]
File "lib/language/python/runner.py", line 48, in run
self.result = func(*args, **kwargs)
File "/tmp/d20150331-20360-1cuml2c/test.py", line 66, in test_some_harder_to_follow_combos
cauliflowers=32
File "/tmp/d20150331-20360-1cuml2c/solution.py", line 3, in jars_content
carrots / 4, celeries / 3])) + 1
TypeError: object of type 'int' has no len()
----------------------------------------------------------------------
Ran 5 tests in 0.008s
FAILED (errors=5)