Re: [Twisted-Python] deprecate using paths with trial

2017-02-14 Thread Glyph Lefkowitz
> On Feb 12, 2017, at 7:10 AM, Jean-Paul Calderone > wrote: > > Hello, > > Since trial has stopped adding the working directory to sys.path, it seems > very sensible to also stop accepting paths as a way to specify what tests to > run. Instead, only package, module, class, or test method na

[Twisted-Python] deprecate using paths with trial

2017-02-12 Thread Jean-Paul Calderone
Hello, Since trial has stopped adding the working directory to sys.path, it seems very sensible to also stop accepting paths as a way to specify what tests to run. Instead, only package, module, class, or test method names should be accepted. Please add your thoughts (reasoned arguments, not +1s