Re: py.test and HTML output

2006-09-20 Thread Carl Friedrich Bolz
Hi Victor! Victor Ng wrote: > Is there documentation anywhere on how to get py.test to emit nice > HTML output like the kind that they have for the PyPy project here: > http://codespeak.net/~hpk/pypy-testresult/ ? The code that produces that page is rather ad-hoc and PyPy specific, though maybe y

Re: py.test and HTML output

2006-09-19 Thread Paul McGuire
"Victor Ng" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Is there documentation anywhere on how to get py.test to emit nice > HTML output like the kind that they have for the PyPy project here: > http://codespeak.net/~hpk/pypy-testresult/ ? > > Should I just redirect the stdout to

py.test and HTML output

2006-09-19 Thread Victor Ng
Is there documentation anywhere on how to get py.test to emit nice HTML output like the kind that they have for the PyPy project here: http://codespeak.net/~hpk/pypy-testresult/ ? Should I just redirect the stdout to a StringIO and parse the output and generate the HTML myself? I see that there's