[myhdl-list] cpython, pypy, and py.test
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2011-06-26 18:52:33
|
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 |