Use ostestr instead of nosetest
This change aligns packstack unit tests runner with other Open Stack projects Change-Id: I588f12a163e64d90a51f35e98ea20ff691339baa Signed-off-by: Maciej Kucia <maciej@kucia.net>
This commit is contained in:
parent
659eeefc23
commit
eb2ab2ba53
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@
|
||||
*.swp
|
||||
*.log
|
||||
.tox
|
||||
.testrepository/
|
||||
vendor/*
|
||||
Gemfile.lock
|
||||
packstack.egg-info
|
||||
|
4
.testr.conf
Normal file
4
.testr.conf
Normal file
@ -0,0 +1,4 @@
|
||||
[DEFAULT]
|
||||
test_command=${PYTHON:-python} -m subunit.run discover -t ./ ./tests $LISTOPT $IDOPTION
|
||||
test_id_option=--load-list $IDFILE
|
||||
test_list_option=--list
|
@ -1,4 +1,4 @@
|
||||
nose
|
||||
os-testr>=0.4.1 # Apache-2.0
|
||||
coverage
|
||||
hacking>=0.9.5,<0.10
|
||||
netaddr
|
||||
|
Loading…
Reference in New Issue
Block a user