Blame tests/README

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