Files
pytest2/_pytest
Greg Price ab8b2e75a3 Simplify default pytest_runtestloop
The inner function and the explanatory comment it makes necessary can
all be removed if we switch to an if/else rather than try/except for
this condition.

Perhaps this bit comes from my fondness for C, but I think I would
find this style clearer and easier to understand even if it weren't
for the Python 2 quirk that makes the other style require us to add an
unnecessary-looking function abstraction.  In any case, given that the
alternative does require that abstraction this is definitely simpler.
2016-06-15 18:27:08 -07:00
..
2015-12-25 17:51:55 -02:00
2016-05-23 20:41:47 -03:00
2016-05-05 11:29:05 -07:00
2016-06-15 18:27:08 -07:00
2016-04-01 13:10:05 -04:00
2016-01-22 18:32:45 -02:00
2016-01-25 23:18:04 -02:00
2016-01-25 23:18:04 -02:00
2016-01-25 23:18:04 -02:00