On Tue, 2009-09-01 at 09:46 +0200, holger krekel wrote:
> Hi Ronny, 
> 
> On Tue, Sep 01, 2009 at 01:59 +0200, Ronny Pfannschmidt wrote:
> > hi,
> > 
> > for the pida integration of py.test i could use some ideas on how to run
> > it and how to iteratively collect the results./changes to the results
> > for looponfail.
> 
> could you provide more context and what you conceptually
> or concretely need as an API? 


Lets try to outline, what i conceptually need.

* knowdegde about what tests are run, and in what environment they are
executed, preferably as somek kind of iterator
* knowdegde about the results of those runs, their output, whatever
other metadata pytest yields that might be helpfull

is the basic need i have for running the tests once

for the looponfail stuff there are some more needs
i need to know about what tests:
* are rerun as result of a failure
* are added in a successive run
* gone missing in this run due to a error
* gone missing due to being removed from the unittests 

Ronny

_______________________________________________
py-dev mailing list
py-dev@codespeak.net
http://codespeak.net/mailman/listinfo/py-dev

Reply via email to