Merge "Migration to new integration tests"
This commit is contained in:
commit
97e2b88118
@ -15,5 +15,5 @@ sphinx>=1.1.2
|
|||||||
sphinxcontrib-httpdomain
|
sphinxcontrib-httpdomain
|
||||||
unittest2
|
unittest2
|
||||||
|
|
||||||
-f http://tarballs.openstack.org/python-savannaclient/python-savannaclient-master.tar.gz#egg=pythonsavannaclient-0.1
|
-f http://tarballs.openstack.org/python-savannaclient/python-savannaclient-0.3a3.tar.gz#egg=python-savannaclient-0.3a3
|
||||||
pythonsavannaclient>=0.1
|
python-savannaclient>=0.3a3
|
||||||
|
2
tox.ini
2
tox.ini
@ -21,7 +21,7 @@ deps =
|
|||||||
commands = nosetests -w unit {posargs}
|
commands = nosetests -w unit {posargs}
|
||||||
|
|
||||||
[testenv:integration]
|
[testenv:integration]
|
||||||
commands = nosetests -w integration_new -x {posargs}
|
commands = nosetests -w integration -x {posargs}
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
setenv = NOSE_WITH_COVERAGE=1
|
setenv = NOSE_WITH_COVERAGE=1
|
||||||
|
Loading…
Reference in New Issue
Block a user