robotframework-robotlog2rqm 1.2.0__tar.gz → 1.2.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (24) hide show
  1. {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/PKG-INFO +51 -12
  2. {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/README.rst +36 -8
  3. {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/RobotLog2RQM/RobotLog2RQM.pdf +0 -0
  4. {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/RobotLog2RQM/version.py +2 -2
  5. {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/robotframework_robotlog2rqm.egg-info/PKG-INFO +51 -12
  6. {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/LICENSE +0 -0
  7. {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/RobotLog2RQM/CRQM.py +0 -0
  8. {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/RobotLog2RQM/RQM_templates/buildrecord.xml +0 -0
  9. {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/RobotLog2RQM/RQM_templates/configuration.xml +0 -0
  10. {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/RobotLog2RQM/RQM_templates/executionresult.xml +0 -0
  11. {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/RobotLog2RQM/RQM_templates/executionworkitem.xml +0 -0
  12. {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/RobotLog2RQM/RQM_templates/suiteexecutionrecord.xml +0 -0
  13. {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/RobotLog2RQM/RQM_templates/testcase.xml +0 -0
  14. {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/RobotLog2RQM/RQM_templates/testsuitelog.xml +0 -0
  15. {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/RobotLog2RQM/__init__.py +0 -0
  16. {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/RobotLog2RQM/__main__.py +0 -0
  17. {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/RobotLog2RQM/robotlog2rqm.py +0 -0
  18. {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/robotframework_robotlog2rqm.egg-info/SOURCES.txt +0 -0
  19. {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/robotframework_robotlog2rqm.egg-info/dependency_links.txt +0 -0
  20. {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/robotframework_robotlog2rqm.egg-info/entry_points.txt +0 -0
  21. {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/robotframework_robotlog2rqm.egg-info/requires.txt +0 -0
  22. {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/robotframework_robotlog2rqm.egg-info/top_level.txt +0 -0
  23. {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/setup.cfg +0 -0
  24. {robotframework-robotlog2rqm-1.2.0 → robotframework-robotlog2rqm-1.2.1}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: robotframework-robotlog2rqm
3
- Version: 1.2.0
3
+ Version: 1.2.1
4
4
  Summary: Imports robot result(s) to IBM Rational Quality Manager (RQM)
5
5
  Home-page: https://github.com/test-fullautomation/robotframework-robotlog2rqm
6
6
  Author: Tran Duy Ngoan
@@ -49,24 +49,63 @@ How to install
49
49
  pip install RobotLog2RQM
50
50
  ```
51
51
 
52
- [RobotLog2RQM in PyPi](https://pypi.org/project/RobotLog2RQM/)
52
+ [RobotLog2RQM in
53
+ PyPi](https://pypi.org/project/robotframework-robotlog2rqm/)
53
54
 
54
55
  2. Installation via GitHub (recommended for developers)
55
56
 
56
- Clone the **python-robotlog2rqm** repository to your machine.
57
+ - Clone the **robotframework-robotlog2rqm** repository to your
58
+ machine.
57
59
 
58
- ``` {.}
59
- git clone https://github.com/test-fullautomation/python-robotlog2rqm.git
60
- ```
60
+ ``` {.}
61
+ git clone https://github.com/test-fullautomation/robotframework-robotlog2rqm.git
62
+ ```
61
63
 
62
- [RobotLog2RQM in
63
- GitHub](https://github.com/test-fullautomation/python-robotlog2rqm)
64
+ [RobotLog2RQM in
65
+ GitHub](https://github.com/test-fullautomation/robotframework-robotlog2rqm)
64
66
 
65
- Use the following command to install **RobotLog2RQM**:
67
+ - Install dependencies
66
68
 
67
- ``` {.}
68
- setup.py install
69
- ```
69
+ **RobotLog2RQM** requires some additional Python libraries.
70
+ Before you install the cloned repository sources you have to
71
+ install the dependencies manually. The names of all related
72
+ packages you can find in the file `requirements.txt` in the
73
+ repository root folder. Use pip to install them:
74
+
75
+ ``` {.}
76
+ pip install -r ./requirements.txt
77
+ ```
78
+
79
+ Additionally install **LaTeX** (recommended: TeX Live). This is
80
+ used to render the documentation.
81
+
82
+ - Configure dependencies
83
+
84
+ The installation of **RobotLog2RQM** includes to generate the
85
+ documentation in PDF format. This is done by an application
86
+ called **GenPackageDoc**, that is part of the installation
87
+ dependencies (see `requirements.txt`).
88
+
89
+ **GenPackageDoc** uses **LaTeX** to generate the documentation
90
+ in PDF format. Therefore **GenPackageDoc** needs to know where
91
+ to find **LaTeX**. This is defined in the **GenPackageDoc**
92
+ configuration file
93
+
94
+ ``` {.}
95
+ packagedoc\packagedoc_config.json
96
+ ```
97
+
98
+ Before you start the installation you have to introduce the
99
+ following environment variable, that is used in
100
+ `packagedoc_config.json`:
101
+
102
+ - `GENDOC_LATEXPATH` : path to `pdflatex` executable
103
+
104
+ - Use the following command to install **RobotLog2RQM**:
105
+
106
+ ``` {.}
107
+ python setup.py install
108
+ ```
70
109
 
71
110
  After succesful installation, the executable file **RobotLog2RQM** will
72
111
  be available (under *Scripts* folder of Python on Windows and
@@ -41,23 +41,51 @@ How to install
41
41
 
42
42
  pip install RobotLog2RQM
43
43
 
44
- `RobotLog2RQM in PyPi <https://pypi.org/project/RobotLog2RQM/>`_
44
+ `RobotLog2RQM in PyPi <https://pypi.org/project/robotframework-robotlog2rqm/>`_
45
45
 
46
46
  2. Installation via GitHub (recommended for developers)
47
47
 
48
- Clone the **python-robotlog2rqm** repository to your machine.
48
+ * Clone the **robotframework-robotlog2rqm** repository to your machine.
49
49
 
50
- .. code::
50
+ .. code::
51
51
 
52
- git clone https://github.com/test-fullautomation/python-robotlog2rqm.git
52
+ git clone https://github.com/test-fullautomation/robotframework-robotlog2rqm.git
53
53
 
54
- `RobotLog2RQM in GitHub <https://github.com/test-fullautomation/python-robotlog2rqm>`_
54
+ `RobotLog2RQM in GitHub <https://github.com/test-fullautomation/robotframework-robotlog2rqm>`_
55
55
 
56
- Use the following command to install **RobotLog2RQM**:
56
+ * Install dependencies
57
57
 
58
- .. code::
58
+ **RobotLog2RQM** requires some additional Python libraries. Before you install the cloned repository sources
59
+ you have to install the dependencies manually. The names of all related packages you can find in the file ``requirements.txt``
60
+ in the repository root folder. Use pip to install them:
61
+
62
+ .. code::
63
+
64
+ pip install -r ./requirements.txt
65
+
66
+ Additionally install **LaTeX** (recommended: TeX Live). This is used to render the documentation.
67
+
68
+ * Configure dependencies
69
+
70
+ The installation of **RobotLog2RQM** includes to generate the documentation in PDF format. This is done by
71
+ an application called **GenPackageDoc**, that is part of the installation dependencies (see ``requirements.txt``).
72
+
73
+ **GenPackageDoc** uses **LaTeX** to generate the documentation in PDF format. Therefore **GenPackageDoc** needs to know where to find
74
+ **LaTeX**. This is defined in the **GenPackageDoc** configuration file
75
+
76
+ .. code::
77
+
78
+ packagedoc\packagedoc_config.json
79
+
80
+ Before you start the installation you have to introduce the following environment variable, that is used in ``packagedoc_config.json``:
81
+
82
+ - ``GENDOC_LATEXPATH`` : path to ``pdflatex`` executable
83
+
84
+ * Use the following command to install **RobotLog2RQM**:
85
+
86
+ .. code::
59
87
 
60
- setup.py install
88
+ python setup.py install
61
89
 
62
90
  After succesful installation, the executable file **RobotLog2RQM**
63
91
  will be available (under *Scripts* folder of Python on Windows
@@ -18,6 +18,6 @@
18
18
  #
19
19
  # Version and date of RobotLog2RQM
20
20
  #
21
- VERSION = "1.2.0"
22
- VERSION_DATE = "09.01.2023"
21
+ VERSION = "1.2.1"
22
+ VERSION_DATE = "14.06.2023"
23
23
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: robotframework-robotlog2rqm
3
- Version: 1.2.0
3
+ Version: 1.2.1
4
4
  Summary: Imports robot result(s) to IBM Rational Quality Manager (RQM)
5
5
  Home-page: https://github.com/test-fullautomation/robotframework-robotlog2rqm
6
6
  Author: Tran Duy Ngoan
@@ -49,24 +49,63 @@ How to install
49
49
  pip install RobotLog2RQM
50
50
  ```
51
51
 
52
- [RobotLog2RQM in PyPi](https://pypi.org/project/RobotLog2RQM/)
52
+ [RobotLog2RQM in
53
+ PyPi](https://pypi.org/project/robotframework-robotlog2rqm/)
53
54
 
54
55
  2. Installation via GitHub (recommended for developers)
55
56
 
56
- Clone the **python-robotlog2rqm** repository to your machine.
57
+ - Clone the **robotframework-robotlog2rqm** repository to your
58
+ machine.
57
59
 
58
- ``` {.}
59
- git clone https://github.com/test-fullautomation/python-robotlog2rqm.git
60
- ```
60
+ ``` {.}
61
+ git clone https://github.com/test-fullautomation/robotframework-robotlog2rqm.git
62
+ ```
61
63
 
62
- [RobotLog2RQM in
63
- GitHub](https://github.com/test-fullautomation/python-robotlog2rqm)
64
+ [RobotLog2RQM in
65
+ GitHub](https://github.com/test-fullautomation/robotframework-robotlog2rqm)
64
66
 
65
- Use the following command to install **RobotLog2RQM**:
67
+ - Install dependencies
66
68
 
67
- ``` {.}
68
- setup.py install
69
- ```
69
+ **RobotLog2RQM** requires some additional Python libraries.
70
+ Before you install the cloned repository sources you have to
71
+ install the dependencies manually. The names of all related
72
+ packages you can find in the file `requirements.txt` in the
73
+ repository root folder. Use pip to install them:
74
+
75
+ ``` {.}
76
+ pip install -r ./requirements.txt
77
+ ```
78
+
79
+ Additionally install **LaTeX** (recommended: TeX Live). This is
80
+ used to render the documentation.
81
+
82
+ - Configure dependencies
83
+
84
+ The installation of **RobotLog2RQM** includes to generate the
85
+ documentation in PDF format. This is done by an application
86
+ called **GenPackageDoc**, that is part of the installation
87
+ dependencies (see `requirements.txt`).
88
+
89
+ **GenPackageDoc** uses **LaTeX** to generate the documentation
90
+ in PDF format. Therefore **GenPackageDoc** needs to know where
91
+ to find **LaTeX**. This is defined in the **GenPackageDoc**
92
+ configuration file
93
+
94
+ ``` {.}
95
+ packagedoc\packagedoc_config.json
96
+ ```
97
+
98
+ Before you start the installation you have to introduce the
99
+ following environment variable, that is used in
100
+ `packagedoc_config.json`:
101
+
102
+ - `GENDOC_LATEXPATH` : path to `pdflatex` executable
103
+
104
+ - Use the following command to install **RobotLog2RQM**:
105
+
106
+ ``` {.}
107
+ python setup.py install
108
+ ```
70
109
 
71
110
  After succesful installation, the executable file **RobotLog2RQM** will
72
111
  be available (under *Scripts* folder of Python on Windows and