Remove testr
* Remove .testr.conf as there is no tests dir and update .gitignore accordingly Signed-off-by: HeroicHitesh <email.hiteshkumar@gmail.com> Change-Id: I2724be87ac8e5556bcf32ee8851943ed63840dd8
This commit is contained in:
parent
a35560fd0a
commit
46a15d0740
18
.gitignore
vendored
18
.gitignore
vendored
@ -1,10 +1,18 @@
|
|||||||
AUTHORS
|
*.pyc
|
||||||
ChangeLog
|
|
||||||
|
# Packages
|
||||||
|
*.egg*
|
||||||
build
|
build
|
||||||
|
|
||||||
|
# Unit test
|
||||||
|
.stestr
|
||||||
.tox
|
.tox
|
||||||
.venv
|
.venv
|
||||||
*.egg*
|
|
||||||
|
# pbr generates these
|
||||||
|
AUTHORS
|
||||||
|
ChangeLog
|
||||||
|
|
||||||
|
# Editors
|
||||||
*.swp
|
*.swp
|
||||||
*.swo
|
*.swo
|
||||||
*.pyc
|
|
||||||
.testrepository
|
|
@ -1,4 +0,0 @@
|
|||||||
[DEFAULT]
|
|
||||||
test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 ${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION
|
|
||||||
test_id_option=--load-list $IDFILE
|
|
||||||
test_list_option=--list
|
|
Loading…
Reference in New Issue
Block a user