jeremymanning/supereeg

add test for new helpers._flatten function

jeremymanning opened this issue · 1 comments

add test for new helpers._flatten function

proposed test:

test = ['a', 'b', ['c', 'd', 'e', ['f', 'g'], 'h'], ['i', 'j']]
assert len(_flatten(test)) == 10