![Peter Belanyi](/assets/img/avatar_default.png)
Added nodeenv as a test requirement. Added a jshint environment to tox.ini, which installs node.js into the python virtual environment with nodeenv, installs jshint using npm, and calls runtest.sh to run the tests. runtest.sh now supports the -j|--jshint flags to run jshint on the javascript files. jshint must be installed before running runtest.sh The documentation also got updated to include some info about testing. Change-Id: I3e7dcea481806eddc10625fe353ac9092b30573a Partial-Bug: #1282961
22 lines
437 B
Plaintext
22 lines
437 B
Plaintext
# Hacking already pins down pep8, pyflakes and flake8
|
|
hacking>=0.8.0,<0.9
|
|
# Testing Requirements
|
|
coverage>=3.6
|
|
django-nose
|
|
mock>=1.0
|
|
mox>=0.5.3
|
|
nodeenv
|
|
nose
|
|
nose-exclude
|
|
nosexcover
|
|
openstack.nose_plugin>=0.7
|
|
nosehtmloutput>=0.0.3
|
|
selenium
|
|
# Docs Requirements
|
|
sphinx>=1.1.2,<1.2
|
|
# for bug 1091333, remove after sphinx >1.1.3 is released.
|
|
docutils==0.9.1
|
|
oslosphinx
|
|
|
|
http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon
|