This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 75b8e1fe6954e9604986b2fc25374c514b306d87
tree 29f41d74b2cc62ee1053c441452ed9077b6dacb5
parent ab07983c9f3e6f6cd96f5a13baeb677a91868835
tree 29f41d74b2cc62ee1053c441452ed9077b6dacb5
parent ab07983c9f3e6f6cd96f5a13baeb677a91868835
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
LICENSE | ||
| |
MANIFEST.in | ||
| |
README | ||
| |
fabfile.py | ||
| |
setup.py | ||
| |
src/ |
README
unittest-xml-reporting
----------------------
http://github.com/danielfm/unittest-xml-reporting/tree/master/
unittest-xml-reporting is a PyUnit-based TestRunner that can export test
results to XML files that can be consumed by a wide range of tools, such as
build systems, IDEs and continuous integration servers.
Installation
------------
The easiest way to install unittest-xml-reporting is via EasyInstall[1].
Follow these[2] instructions to install EasyInstall if you don't have it
already.
Then, execute the following command line to install the latest stable version
of unittest-xml-reporting:
$ sudo easy_install unittest-xml-reporting
If you use Git and want to get the latest *development* version:
$ git clone git://github.com/danielfm/unittest-xml-reporting.git
$ cd unittest-xml-reporting
$ sudo python setup.py install
Or get the latest *development* version as a tarball:
$ wget http://github.com/danielfm/unittest-xml-reporting/tarball/master
$ tar zxf danielfm-unittest-xml-reporting-XXXXXXXXXXXXXXXX.tar.gz
$ cd danielfm-unittest-xml-reporting-XXXXXXXXXXXXXXXX
$ sudo python setup.py install
Links
-----
[1] EasyInstall - http://peak.telecommunity.com/DevCenter/EasyInstall
[2] Setuptools - http://pypi.python.org/pypi/setuptools
Authors
-------
Name: Daniel Fernandes Martins <daniel.tritone@gmail.com>
Company: Destaquenet Technology Solutions <http://www.destaquenet.com/>
--EOF








