Coala: no need for # +ELLIPSIS

Created on 20 Nov 2016  路  4Comments  路  Source: coala/coala

many doctests use # +ELLIPSIS to support ... in outputs. This seems to be default and therefore obsolete :)

difficultlow

Most helpful comment

IMO remove it, it works with our test setup and if someone uses another test setup he can still configure it to be default.

All 4 comments

how are you planning to remove it?
The documentation still strongly implies it is necessary.
As far as I am aware, doctest runner will fail unless it exists.

Does not work, # +ELLIPSIS is not a default at least for our test setup. Is it possible to set some flag in setup.cfg?

IMO remove it, it works with our test setup and if someone uses another test setup he can still configure it to be default.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

userzimmermann picture userzimmermann  路  5Comments

jayvdb picture jayvdb  路  6Comments

nvzard picture nvzard  路  5Comments

jschwarzwalder picture jschwarzwalder  路  6Comments

jayvdb picture jayvdb  路  6Comments