AMQ7 Console testing tool from Messaging QE.
Maintainers: dlenoch dlenoch@redhat.com
Is the best way how to run this tests.
$ mkdir env
$ virtualenv -p /usr/bin/python2.7 env/py2
$ source env/py2/bin/activate
Now you can work under env, like pip install, run tests, whatever.
$ deactivate
You will need install all dependencies.
$ pip install -Ur requirements.txt
$ py.test --driver Firefox --user admin --pasword 1234 tests