Traceback (most recent call last):
File "<ipython-input-43-62eb12834a26>", line 3, in <module>
fuzz(list_of_strings_v1)
File "/Users/cody/py3/lib/python3.6/site-packages/battle_tested/__init__.py", line 428, in fuzz
fuzz()
File "/Users/cody/py3/lib/python3.6/site-packages/battle_tested/__init__.py", line 392, in fuzz
@given(strategy)
File "/Users/cody/py3/lib/python3.6/site-packages/hypothesis/core.py", line 648, in wrapped_test
state.run()
File "/Users/cody/py3/lib/python3.6/site-packages/hypothesis/core.py", line 542, in run
print_example=True, is_final=True
File "/Users/cody/py3/lib/python3.6/site-packages/hypothesis/executors.py", line 58, in default_new_style_executor
return function(data)
File "/Users/cody/py3/lib/python3.6/site-packages/hypothesis/core.py", line 111, in run
return test(*args, **kwargs)
File "/Users/cody/py3/lib/python3.6/site-packages/battle_tested/__init__.py", line 424, in fuzz
raise ex
File "/Users/cody/py3/lib/python3.6/site-packages/battle_tested/__init__.py", line 399, in fuzz
fn(*arg_list)
File "<ipython-input-41-94743c50bb29>", line 4, in list_of_strings_v1
out = [str(i) for i in iterable]
TypeError:
------------------ battle_tested crashed list_of_strings_v1() ------------------
Error Message:
TypeError - 'bool' object is not iterable
Breakpoint: <ipython-input-41-94743c50bb29> - line 4
To reproduce this error, run:
list_of_strings_v1(False)
----------------------------------------------------------------------------------