Blame tests/README

Packit 3a9065
To run tests from the source tree, run this
Packit 3a9065
(working directory = root of the source tree):
Packit 3a9065
Packit 3a9065
export PYTHONPATH=./plugins
Packit 3a9065
nosetests tests/
Packit 3a9065
Packit 3a9065
You can run tests under specific Python version using nosetests-2.7
Packit 3a9065
or nosetests-3.4.