Remove testr

* Remove .testr.conf
* Remove .tox(as there is no tox.ini) and .testrepository
  from .gitignore

Signed-off-by: HeroicHitesh <email.hiteshkumar@gmail.com>
Change-Id: Ic0620ecaa1ca021bdfe3a521bb0805c3276732f5
This commit is contained in:
HeroicHitesh 2021-05-19 11:53:27 +05:30
parent 64f020b602
commit 71a0f7a1a7
2 changed files with 0 additions and 6 deletions

2
.gitignore vendored
View File

@ -1,7 +1,5 @@
*.pyc
*.swp
*~
.tox
cfn/cloudformation-examples/
private
.testrepository

View File

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