[py-dev] pytest -r does not work ... even with pypy present
holger krekel
holger at merlinux.eu
Tue Jul 22 19:08:46 CEST 2008
Hi Harald,
On Tue, Jul 22, 2008 at 17:45 +0200, Harald Armin Massa wrote:
> trying to use pytest with -r to run a browser and keep looking on my tests.
>
> Without pypy installed: it fails with an exception of "skip "pypy not found")
>
> with pypy checked out and put into pythonpath:
>
> C:\ham\ibox25>pytest -r parsvalue.py
> Server started, listening on port 1432
>
>
> import py.__.test.rsession.webjs
> from pypy.translator.js.helper import __show_traceback
> from pypy.rlib.nonconst import NonConstant as NonConst
huah! py.test should not require pypy here
but use the "source.js" that comes with package.
I just fixed this with r56717 in http://codespeak.net/svn/py/dist
So "py.test -r" should work now, also does on my windows installation.
that mode is quite experimental but i think it's a very useful
frontend in principle.
best, holger
More information about the py-dev
mailing list