Convert nose-style test reports to UnitTH-style test reports
Project description
nose2unitth
Convert nose-style XML test reports to UnitTH-compatible XML reports
Example
Installation
pip install nose2unitth
Usage
# convert nose-style reports to UnitTH-style reports nosetests <package-to-test> --with-xunit --xunit-file=examples/nose.xml mkdir -p examples/unitth nose2unitth examples/nose.xml examples/unitth/1 nose2unitth examples/nose.xml examples/unitth/2 junit2html examples/nose.xml examples/unitth/1/index.html junit2html examples/nose.xml examples/unitth/2/index.html # generate HTML test report java \ -Dunitth.generate.exectimegraphs=true \ -Dunitth.xml.report.filter= \ -Dunitth.html.report.path=. \ -Dunitth.report.dir=examples/html \ -jar unitth.jar examples/unitth/*
Documentation
Please see the documentation at Read the Docs.
Tests
Running the tests
nose can be used to run the tests:
nosetests tests \ --with-xunit --xunit-file=test-report.xml \ --with-coverage --cover-package=nose2unitth
Please note that additional packages are required for testing (see tests/requirements.txt).
License
The example model is released under the MIT license.
Development team
nose2unitth was developed by Jonathan Karr at the Icahn School of Medicine at Mount Sinai in New York, USA.
Questions and comments
Please contact the Jonathan Karr with any questions or comments.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file nose2unitth-0.0.8.tar.gz
.
File metadata
- Download URL: nose2unitth-0.0.8.tar.gz
- Upload date:
- Size: 36.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8fe01820bd242d712d8881fe162290b816b92c623086379b59551a16becb972e |
|
MD5 | 8b5a977d4d2bf8e8e607bac3de43967b |
|
BLAKE2b-256 | 065e03979a3dc8d6b9b14e8a7aed7058d372bf64714c75e7f0818e4676b23b6e |
File details
Details for the file nose2unitth-0.0.8-py2.py3-none-any.whl
.
File metadata
- Download URL: nose2unitth-0.0.8-py2.py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dde1ed2ae83e9a6792012f0a5be6c5c81e3f28ece1db29e853a513cc07a3cdb3 |
|
MD5 | d74307064e28329d4de9fa2641a82521 |
|
BLAKE2b-256 | e0a729886ab2412d1ad7a44e9f2cc0d924bf4183c353c9064ea234e42c08c210 |