Gabriel

Results 5 issues of Gabriel

Hey, I get recursion errors on Python 2.7 while executing the following code: ``` python list(flatten([ ['a', u'c'], ['a', 'b'] ])) ``` I think the issue is here (https://github.com/kachayev/fn.py/blob/master/fn/iters.py#L224), but...

Sometimes, the number of actions can get pretty big, so It'd be a good idea to provide a way of making it modular, which will make possible to organize them...

Today, it's only possible to choose the browser globally. Add an option to switch it into testcases.

Now, a new browser is created on every setUp, which slows down the tests. Usually you don't need a new instance, so make it possible to reuse the last browser...