Re: [myhdl-list] cpython, pypy, and py.test
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2011-06-27 11:23:13
|
Thanks to all for the suggestions, things learned thus far: 1. Installed tox and created the example tox.ini file. It complained about a missing setup.py file in the directory that I was trying to run the tests. Not sure what this error is, will need to investigate later. 2. My case, using pytest as a module (-m) appeared straight-forward. But I couldn't resolve how to install pytest for different installed interpreters. This might be something very basic that I am overlooking. Thanks again for the comments. Chris |