From 71a0f7a1a7843c31e5627c2feb2a9f9f58b75b87 Mon Sep 17 00:00:00 2001 From: HeroicHitesh Date: Wed, 19 May 2021 11:53:27 +0530 Subject: [PATCH] Remove testr * Remove .testr.conf * Remove .tox(as there is no tox.ini) and .testrepository from .gitignore Signed-off-by: HeroicHitesh Change-Id: Ic0620ecaa1ca021bdfe3a521bb0805c3276732f5 --- .gitignore | 2 -- .testr.conf | 4 ---- 2 files changed, 6 deletions(-) delete mode 100644 .testr.conf diff --git a/.gitignore b/.gitignore index 55faa277..12196d9a 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 a2ff14b2..00000000 --- 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