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:
HeroicHitesh 2021-06-30 23:51:17 +05:30
parent a35560fd0a
commit 46a15d0740
2 changed files with 13 additions and 9 deletions

18
.gitignore vendored
View File

@ -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

View File

@ -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