I know this sounds strange but I can’t get it. Here (http://pytest.org/dev/getting-started.html)
it says that a simple pip install pytest would work, but that only installs pytest-2.2.4
I tried going to pypi.python.org and find it directly but all I get is pytest-2.2.4 (http://pypi.python.org/pypi/pytest)
Several google searches yielded no results except for the fact that it seems everyone has managed to get it except me.
Using Python27 on a Mac.
2.2.4 is the current release . . . 2.3 is a dev version
There are instructions to get the latest code here:
http://pytest.org/latest/develop.html
I believe this should work as well:
That’s the answer from this question (and appears to be from the lead dev of pytest): pytest running scenarios in the correct order in the class