Re: [myhdl-list] cpython, pypy, and py.test
Brought to you by:
jandecaluwe
From: Martín G. <ga...@gm...> - 2011-06-26 21:26:07
|
On Sun, Jun 26, 2011 at 3:52 PM, Christopher Felton <chr...@gm...> wrote: > Does anyone have a good method to use either, cpython or pypy, with > py.test? > > When running test suites built around py.test it would be nice to > indicate which interpreter to use. > > Couple issues I ran into: > > 1. Installing py.test requires easy_install (or pip, > no source install available?) and I did not see how > to indicate which python installation to use with easy_install? > (So that the py.test framework is installed for both versions) > > 2. Would you simply modify the py.test top script to indicate which > python interpreter to use? > > Regards, > Chris I told few days ago [0], this is what Tox [1] is for [1] http://tox.readthedocs.org [0] http://article.gmane.org/gmane.comp.python.myhdl/1997/match=tox |