rename muranodashboard/tests to muranodashboard/test

Currently, the muranodashboard.test module cannot
be found, because the directory is named tests
instead of test.

Change-Id: I12a848ea964ca09300da5382882b50f0eea39830
Closes-Bug: #1303869
This commit is contained in:
Ankur Rishi 2014-04-18 16:59:24 -07:00
parent ea9f2b359b
commit 138d69f385
5 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
http://tarballs.openstack.org/horizon/horizon-stable-havana.tar.gz
commands = {toxinidir}/manage.py test muranodashboard --settings=muranodashboard.tests.settings
commands = {toxinidir}/manage.py test muranodashboard --settings=muranodashboard.test.settings
[testenv:pep8]
deps = pep8==1.3.3