You need py.test installed to use this package:
pip install pytest
When using virtualenv, the recommended workflow is:
On settings you can configure the path to the python executable, so you can choose your python executable from virtualenv, miniconda, pyenv, etc. You can configure additionalArgs to the pytest command line executor too.
Running all tests (Ctrl + Alt + T)
Run test under cursor (Ctrl + Alt + C)
Toggle (on/off) the tests panel (Ctrl + Alt + H)
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.