https://github.com/ionelmc/nose-htmloutput
https://github.com/ionelmc/nose-htmloutput
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ionelmc/nose-htmloutput
- Owner: ionelmc
- License: bsd-2-clause
- Created: 2014-05-28T13:04:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-06T16:51:39.000Z (over 8 years ago)
- Last Synced: 2025-06-30T21:48:50.286Z (3 months ago)
- Language: Python
- Size: 114 KB
- Stars: 14
- Watchers: 3
- Forks: 29
- Open Issues: 11
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
===============================
nose-htmloutput
===============================.. image:: http://img.shields.io/travis/ionelmc/nose-htmloutput/master.png
:alt: Travis-CI Build Status
:target: https://travis-ci.org/ionelmc/nose-htmloutput.. See: http://www.appveyor.com/docs/status-badges
.. image:: https://ci.appveyor.com/api/projects/status//branch/master
:alt: AppVeyor Build Status
:target: https://ci.appveyor.com/project/ionelmc/nose-htmloutput.. image:: http://img.shields.io/coveralls/ionelmc/nose-htmloutput/master.png
:alt: Coverage Status
:target: https://coveralls.io/r/ionelmc/nose-htmloutput.. image:: http://img.shields.io/pypi/v/nose-htmloutput.png
:alt: PYPI Package
:target: https://pypi.python.org/pypi/nose-htmloutput.. image:: http://img.shields.io/pypi/dm/nose-htmloutput.png
:alt: PYPI Package
:target: https://pypi.python.org/pypi/nose-htmloutputNose plugin that generates a nice html test report.
* Free software: BSD license
Installation
============::
pip install nose-htmloutput
Usage
=====--with-html Enable plugin HtmlOutput: Output test results as
pretty html. [NOSE_WITH_HTML]
--html-file=FILE Path to html file to store the report in. Default is
nosetests.html in the working directoryDevelopment
===========To run the all tests run::
tox
Example
=======.. image:: https://raw.githubusercontent.com/ionelmc/nose-htmloutput/master/docs/sample.png