I nice assertion would be `is_iterable()` right now, I have to `assert_that(hasattr([1,2,3,4], '__iter__')).is_true()`
I nice assertion would be
is_iterable()right now, I have to
assert_that(hasattr([1,2,3,4], '__iter__')).is_true()