Lines Matching +full:test +full:-
1 python-junit-xml
3 .. image:: https://travis-ci.org/kyrus/python-junit-xml.png?branch=master
6 -----
8 A Python module for creating JUnit XML test result documents that can be
9 read by tools such as Jenkins or Bamboo. If you are ever working with test tool or
10 test suite written in Python and want to take advantage of Jenkins' or Bamboo's
11 pretty graphs and test reporting capabilities, this module will let you
12 generate the XML test reports.
21 ------------
27 pip install junit-xml
29 easy_install junit-xml
35 git clone https://github.com/kyrus/python-junit-xml.git
39 -----
41 Create a test suite, add a test case, and print it to the screen:
43 .. code-block:: python
48 ts = TestSuite("my test suite", test_cases)
54 .. code-block:: xml
58 <testsuite errors="0" failures="0" name="my test suite" tests="1">
60 <system-out>
62 </system-out>
63 <system-err>
65 </system-err>
72 .. code-block:: python
84 -----------------
93 -----------------------
98 4. Verify the new version was uploaded at https://pypi.org/project/junit-xml/#history