Lines Matching +full:- +full:- +full:output +full:- +full:file
1 python-junit-xml
3 .. image:: https://travis-ci.org/kyrus/python-junit-xml.png?branch=master
6 -----
16 searches and the Jenkins JUnit XML reader source code. File a bug if
21 ------------
27 pip install junit-xml
29 easy_install junit-xml
35 git clone https://github.com/kyrus/python-junit-xml.git
39 -----
43 .. code-block:: python
52 Produces the following output
54 .. code-block:: xml
60 <system-out>
62 </system-out>
63 <system-err>
65 </system-err>
70 Writing XML to a file:
72 .. code-block:: python
74 # you can also write the XML to a file and not pretty print it
75 with open('output.xml', 'w') as f:
81 stripped from the XML string or file.
84 -----------------
93 -----------------------
98 4. Verify the new version was uploaded at https://pypi.org/project/junit-xml/#history