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:
parent
b2cd91aa3c
commit
111fe32db4
@ -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
|
||||
|
@ -6,3 +6,4 @@ python-dateutil
|
||||
netifaces
|
||||
python-keystoneclient
|
||||
eventlet
|
||||
pastedeploy>=1.3.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user