From: Yujun Zhang Date: Fri, 24 Feb 2017 02:08:41 +0000 (+0800) Subject: Rename test case to avoid possible name conflict X-Git-Tag: danube.1.0~69 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=d0441a8775473a942c0c6077b3a4e5ca35adeb2b;p=qtip.git Rename test case to avoid possible name conflict pytest does not allow two test file have same name despite they are in different folder. Change-Id: I568fe042f6dbe99df336d0ce4d6ed9c78305fe74 Signed-off-by: Yujun Zhang --- diff --git a/tests/unit/collector/base_test.py b/tests/unit/collector/collector_test.py similarity index 100% rename from tests/unit/collector/base_test.py rename to tests/unit/collector/collector_test.py