Re: [pytest-dev] re-running pytest on file changes

2015-03-28 Thread Tom Viner
- > > Message: 1 > Date: Fri, 27 Mar 2015 14:55:31 + > From: Tibor Arpas > To: "pytest-dev@python.org" > Subject: [pytest-dev] re-running pytest on file changes > Message-ID: > < > cadi_wy3cbdaofds8+ov5irof6qzvjsx+_psmcbk-ss1u

[pytest-dev] re-running pytest on file changes

2015-03-27 Thread Tibor Arpas
Hi, I'm trying to wrap my head around this subject. Is there a strong reason why the -f looponfail option is inside a plug-in? My hunch would be to do it as a separate, flexible, command, but that's just feelings without any experience. Poll: Do you guys use looponfail? Has it been working good?