Remove testr

* Remove .testr.conf as there are no tests present in this repository
  and update .gitignore accordingly
* Remove .stestr folder which is should not be present in repository

Signed-off-by: HeroicHitesh <email.hiteshkumar@gmail.com>
Change-Id: Icb9ca482bf8948bcfa3b04e1ce93f311f756f202
This commit is contained in:
HeroicHitesh 2021-06-30 23:12:06 +05:30
parent 1bfc392a06
commit 0ba2b312cc
4 changed files with 0 additions and 10 deletions

1
.gitignore vendored
View File

@ -17,7 +17,6 @@ pip-log.txt
# Unit test / coverage reports
.tox
nosetests.xml
.testrepository
# Mr Developer
.mr.developer.cfg

View File

@ -1 +0,0 @@
1

View File

@ -1 +0,0 @@
0

View File

@ -1,7 +0,0 @@
[DEFAULT]
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list