[TIP] Converting a project from setup.py test to py.test

holger krekel holger at merlinux.eu
Tue Jul 29 11:22:54 PDT 2014


On Tue, Jul 29, 2014 at 15:31 +0100, Paul Moore wrote:
> On 29 July 2014 12:35, holger krekel <holger at merlinux.eu> wrote:
> > It's not configparser's fault, actually.  It's rather that when
> > tox was incepted we weren't sure how the dependency items would
> > evolve (and maybe contain a "comma" or space) and wanted to
> > play it safe.
> >
> > In fact, with the "conditional" syntax we are getting for tox-1.8
> > it's good that deps are one per line:
> 
> Ah, yes, thanks. With that explanation it not only stops looking
> weird, it actually makes perfect sense. I guess the only real problem
> is that the syntax is not clearly documented anywhere (that I could
> find). It might be worth making it explicit somewhere.

Did you read this:

https://testrun.org/tox/latest/config.html#confval-deps=MULTI-LINE-LIST


?  I'd think it's rather explicit already.

holger

> Paul
> 



More information about the testing-in-python mailing list