From 17fd1aec04ec462af81a8f5ea7b96251d2d4716e Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Wed, 1 Jun 2016 17:00:11 +0800 Subject: add router package to implement url-2-XXXHandlers mappings in testAPI project and eliminate flake8 violation JIRA: FUNCTEST-285 Change-Id: I15b568a97279032549f24ff81520220e271f3488 Signed-off-by: SerenaFeng --- .../test/result_collection_api/opnfv_testapi/tests/unit/test_result.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utils/test/result_collection_api/opnfv_testapi/tests/unit/test_result.py') diff --git a/utils/test/result_collection_api/opnfv_testapi/tests/unit/test_result.py b/utils/test/result_collection_api/opnfv_testapi/tests/unit/test_result.py index 5e424f8f0..23a745fe0 100644 --- a/utils/test/result_collection_api/opnfv_testapi/tests/unit/test_result.py +++ b/utils/test/result_collection_api/opnfv_testapi/tests/unit/test_result.py @@ -7,7 +7,8 @@ from opnfv_testapi.resources.project_models import ProjectCreateRequest from opnfv_testapi.resources.testcase_models import TestcaseCreateRequest from opnfv_testapi.resources.result_models import ResultCreateRequest, \ TestResult, TestResults -from opnfv_testapi.common.constants import HTTP_OK, HTTP_BAD_REQUEST, HTTP_NOT_FOUND +from opnfv_testapi.common.constants import HTTP_OK, HTTP_BAD_REQUEST, \ + HTTP_NOT_FOUND __author__ = '__serena__' -- cgit 1.2.3-korg