tests/test-simplemerge.py.out
author Maciej Fijalkowski <fijall@gmail.com>
Thu, 31 Mar 2016 18:38:08 +0200
changeset 28717 c5f212c8ad78
parent 22023 f18830651811
permissions -rw-r--r--
pypy: fix doctests for pypy optimizations PyPy would sometime call __len__ at points where it things preallocating the container makes sense. Change the doctests so they're using generator expressions and not list comprehensions

................
----------------------------------------------------------------------
Ran 16 tests in 0.000s

OK