From bec5e05376673e913fb40d164239ceac9061a6f7 Mon Sep 17 00:00:00 2001 From: Javi Merino Date: Wed, 14 Sep 2016 12:18:04 +0100 Subject: [PATCH] tests: rename the hmp parity test to acceptance test The name is confusing for people that don't know what HMP is --- tests/eas/{hmp_parity.config => acceptance.config} | 0 tests/eas/{hmp_parity.py => acceptance.py} | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/eas/{hmp_parity.config => acceptance.config} (100%) rename tests/eas/{hmp_parity.py => acceptance.py} (99%) diff --git a/tests/eas/hmp_parity.config b/tests/eas/acceptance.config similarity index 100% rename from tests/eas/hmp_parity.config rename to tests/eas/acceptance.config diff --git a/tests/eas/hmp_parity.py b/tests/eas/acceptance.py similarity index 99% rename from tests/eas/hmp_parity.py rename to tests/eas/acceptance.py index 10a4e6eca..b38548b9c 100644 --- a/tests/eas/hmp_parity.py +++ b/tests/eas/acceptance.py @@ -30,7 +30,7 @@ logging.basicConfig(level=logging.INFO) CONF_FILE = os.path.join( os.path.dirname( os.path.abspath(__file__)), - "hmp_parity.config") + "acceptance.config") with open(CONF_FILE, "r") as fh: conf_vars = json.load(fh) -- GitLab