summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeroicHitesh <email.hiteshkumar@gmail.com>2021-05-19 11:53:27 +0530
committerHeroicHitesh <email.hiteshkumar@gmail.com>2021-05-19 11:55:16 +0530
commit71a0f7a1a7843c31e5627c2feb2a9f9f58b75b87 (patch)
treebdd159a4504227efb62b2281c74d6fce905a4adc
parent64f020b6021770a167523a28775bff28c15afd45 (diff)
downloadheat-templates-71a0f7a1a7843c31e5627c2feb2a9f9f58b75b87.tar.gz
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
-rw-r--r--.gitignore2
-rw-r--r--.testr.conf4
2 files changed, 0 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 55faa27..12196d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,5 @@
*.pyc
*.swp
*~
-.tox
cfn/cloudformation-examples/
private
-.testrepository
diff --git a/.testr.conf b/.testr.conf
deleted file mode 100644
index a2ff14b..0000000
--- a/.testr.conf
+++ /dev/null
@@ -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