From 534ca019931d48a2a5f4075c0ca36b501d8f793d Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Sun, 29 May 2016 01:12:54 +0800 Subject: swagger-ize result-apis of testAPI JIRA: FUNCTEST-270 Change-Id: I82b1e3acee82d9b4931531c9404e13a663ff32de Signed-off-by: SerenaFeng --- utils/test/result_collection_api/resources/testcase_models.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'utils/test/result_collection_api/resources/testcase_models.py') diff --git a/utils/test/result_collection_api/resources/testcase_models.py b/utils/test/result_collection_api/resources/testcase_models.py index f3867649f..90b3f75e9 100644 --- a/utils/test/result_collection_api/resources/testcase_models.py +++ b/utils/test/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 -- cgit 1.2.3-korg e='id' value='27d977da08dced6d9752c95c2561c5b9d749ebbc'/> Grokmirror user
aboutsummaryrefslogtreecommitdiffstats
blob: 9a766b06a487aa3a9f9396a8a62f003ddadfce11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26