summaryrefslogtreecommitdiffstats
path: root/result_collection_api/resources/testcase_models.py
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2016-05-29 01:12:54 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2016-05-29 01:24:21 +0800
commitda918db679b094948cf95670f0fa74a4528ee336 (patch)
tree95eb8fbea473454d0e4798364ab4b0119fce72f6 /result_collection_api/resources/testcase_models.py
parent3a03a7efbdaf54fa5789c8d08119c7ac5b8f0a08 (diff)
swagger-ize result-apis of testAPI
JIRA: FUNCTEST-270 Change-Id: I82b1e3acee82d9b4931531c9404e13a663ff32de Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'result_collection_api/resources/testcase_models.py')
-rw-r--r--result_collection_api/resources/testcase_models.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/result_collection_api/resources/testcase_models.py b/result_collection_api/resources/testcase_models.py
index f386764..90b3f75 100644
--- a/result_collection_api/resources/testcase_models.py
+++ b/result_collection_api/resources/testcase_models.py
@@ -35,8 +35,6 @@ class TestcaseUpdateRequest(object):
@swagger.model()
class Testcase(object):
- """ Describes a test case"""
-
def __init__(self):
self._id = None
self.name = None