File tree 2 files changed +22
-22
lines changed
2 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -29,31 +29,12 @@ Python API for Kiwi TCMS
29
29
30
30
31
31
This package allows to connect and access Kiwi TCMS API.
32
- For more information see
33
- http://kiwitcms.readthedocs.io/en/latest/api/index.html.
34
32
35
33
36
- INSTALLATION
37
- ------------
34
+ DOCUMENTATION
35
+ -------------
38
36
39
- ::
40
-
41
- pip install tcms-api
42
-
43
- If you want to use Kerberos then::
44
-
45
- pip install tcms-api[gssapi]
46
-
47
- **WARNING: ** on Windows you need to install MIT Kerberos and make sure
48
- ``C:\Program Files\MIT\Kerberos\bin `` is included in ``%PATH% `` -
49
- this is usually the case when you install and restart! It must be
50
- a 64bit installation, see
51
- `MIT Kerberos for Windows 4.1 <https://web.mit.edu/kerberos/dist/index.html#kfw-4.1 >`_
52
-
53
- **WARNING: ** on Linux you will need gcc, Python and kerberos devel packages to
54
- build ``gssapi `` because it doesn't provide binary packages. Try
55
- ``dnf install gcc krb5-devel python3-devel `` (Red Hat/Fedora) or
56
- ``apt-get install gcc libkrb5-dev libpython3-dev `` (Debian/Ubuntu).
37
+ https://tcms-api.readthedocs.io/en/latest/modules/tcms_api.html
57
38
58
39
59
40
CHANGELOG
Original file line number Diff line number Diff line change 1
1
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2
2
#
3
3
# Python API for the Kiwi TCMS test case management system.
4
+ #
4
5
# Copyright (c) 2012 Red Hat, Inc. All rights reserved.
5
6
# Author: Petr Splichal <[email protected] >
6
7
#
25
26
This module provides a dictionary based Python interface for the
26
27
Kiwi TCMS test management system. It operates via the XML-RPC protocol.
27
28
29
+
28
30
Installation::
29
31
30
32
pip install tcms-api
31
33
34
+
35
+ If you want to use Kerberos then::
36
+
37
+ pip install tcms-api[gssapi]
38
+
39
+ **WARNING:** on Windows you need to install MIT Kerberos and make sure
40
+ ``C:\\ Program Files\\ MIT\\ Kerberos\\ bin`` is included in ``%PATH%`` -
41
+ this is usually the case when you install and restart! It must be
42
+ a 64bit installation, see
43
+ `MIT Kerberos for Windows 4.1 <https://web.mit.edu/kerberos/dist/index.html#kfw-4.1>`_
44
+
45
+ **WARNING:** on Linux you will need gcc, Python and kerberos devel packages to
46
+ build ``gssapi`` because it doesn't provide binary packages via PyPI. Try
47
+ ``dnf install gcc krb5-devel python3-devel`` (Red Hat/Fedora) or
48
+ ``apt-get install gcc libkrb5-dev libpython3-dev`` (Debian/Ubuntu).
49
+
50
+
32
51
Minimal config file ``~/.tcms.conf``::
33
52
34
53
[tcms]
You can’t perform that action at this time.
0 commit comments