Skip to content

Commit f83e2c6

Browse files
author
Luiko Czub
committed
move req examples to TestLinkExampleGenericApi_Req.py #82
also empty result handling added for getRequirments and reqCoverage
1 parent fea5044 commit f83e2c6

File tree

8 files changed

+5804
-5432
lines changed

8 files changed

+5804
-5432
lines changed

CHANGES.rst

Lines changed: 606 additions & 605 deletions
Large diffs are not rendered by default.

example/TestLinkExample.py

Lines changed: 739 additions & 758 deletions
Large diffs are not rendered by default.

example/TestLinkExampleGenericApi.py

Lines changed: 725 additions & 741 deletions
Large diffs are not rendered by default.

example/TestLinkExampleGenericApi_Req.py

Lines changed: 348 additions & 0 deletions
Large diffs are not rendered by default.

example/TestLinkExample_CF_KW.py

Lines changed: 318 additions & 314 deletions
Large diffs are not rendered by default.

src/testlink/testlinkapigeneric.py

Lines changed: 2125 additions & 2123 deletions
Large diffs are not rendered by default.

src/testlink/version.py

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
#! /usr/bin/python
2-
# -*- coding: UTF-8 -*-
3-
4-
# Copyright 2013-2017 TestLink-API-Python-client developers
5-
#
6-
# Licensed under the Apache License, Version 2.0 (the "License");
7-
# you may not use this file except in compliance with the License.
8-
# You may obtain a copy of the License at
9-
#
10-
# http://www.apache.org/licenses/LICENSE-2.0
11-
#
12-
# Unless required by applicable law or agreed to in writing, software
13-
# distributed under the License is distributed on an "AS IS" BASIS,
14-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
# See the License for the specific language governing permissions and
16-
# limitations under the License.
17-
#
18-
# ------------------------------------------------------------------------
19-
20-
VERSION = '0.6.5-dev082'
21-
TL_RELEASE = 'DEV 1.9.17 (github 0c8feb6)'
22-
1+
#! /usr/bin/python
2+
# -*- coding: UTF-8 -*-
3+
4+
# Copyright 2013-2017 TestLink-API-Python-client developers
5+
#
6+
# Licensed under the Apache License, Version 2.0 (the "License");
7+
# you may not use this file except in compliance with the License.
8+
# You may obtain a copy of the License at
9+
#
10+
# http://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
# Unless required by applicable law or agreed to in writing, software
13+
# distributed under the License is distributed on an "AS IS" BASIS,
14+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
# See the License for the specific language governing permissions and
16+
# limitations under the License.
17+
#
18+
# ------------------------------------------------------------------------
19+
20+
VERSION = '0.6.5-dev082'
21+
TL_RELEASE = 'DEV 1.9.17 (github 4aa14ae)'
22+

test/utest-offline/testlinkapigeneric_offline_test.py

Lines changed: 921 additions & 869 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)