Rename functional-tests to tests/functional.

- Fix tests by adding pastedeploy to deps.
- Move unittests to tests/units along the way.
This commit is contained in:
Chmouel Boudjnah 2013-03-27 03:44:42 +01:00
parent b2cd91aa3c
commit 111fe32db4
13 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
[DEFAULT]
test_command=${PYTHON:-python} -m subunit.run discover -t ./ ./tests $LISTOPT $IDOPTION
test_command=${PYTHON:-python} -m subunit.run discover -t ./ ./tests/units/ $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list

View File

@ -6,3 +6,4 @@ python-dateutil
netifaces
python-keystoneclient
eventlet
pastedeploy>=1.3.3