* Replace .testr.conf by .stestr.conf for migration and update .gitignore, tox.ini and test-requirements.txt files accordingly Signed-off-by: HeroicHitesh <email.hiteshkumar@gmail.com> Change-Id: Ia577800e7a342beaad58009239a98b9e7044d01achanges/98/800498/1
parent
1635ba8abe
commit
7b7458b317
@ -1,15 +1,24 @@
|
||||
*~
|
||||
.testrepository
|
||||
*.sw?
|
||||
*.pyc
|
||||
*.qcow2
|
||||
elements/seed-stack-config/local.json
|
||||
|
||||
# Unit test / coverage reports
|
||||
.stestr
|
||||
.tox
|
||||
.venv
|
||||
|
||||
# Packages
|
||||
*.egg-info
|
||||
dist
|
||||
*.qcow2
|
||||
build
|
||||
|
||||
# pbr generates these
|
||||
AUTHORS
|
||||
ChangeLog
|
||||
elements/seed-stack-config/local.json
|
||||
|
||||
# Editors
|
||||
*.sw?
|
||||
*~
|
||||
|
||||
# Files created by releasenotes build
|
||||
releasenotes/build
|
||||
|
@ -0,0 +1,3 @@
|
||||
[DEFAULT]
|
||||
test_path=./tests/
|
||||
top_dir=./
|
@ -1,5 +0,0 @@
|
||||
[DEFAULT]
|
||||
test_command=python -m subunit.run discover . $LISTOPT $IDOPTION
|
||||
test_id_option=--load-list $IDFILE
|
||||
test_list_option=--list
|
||||
|
@ -1,5 +1,5 @@
|
||||
hacking>=2.0.0
|
||||
|
||||
oslotest
|
||||
testrepository>=0.0.18
|
||||
stestr>=2.0.0 # Apache-2.0
|
||||
pyflakes>=2.2.0
|
||||
|
Loading…
Reference in new issue