Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nose2-html-report

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nose2-html-report

Generate an HTML report for your unit tests

  • 0.6.0
  • PyPI
  • Socket score

Maintainers
1

Nose2 HTML Report

Build Status Coverage Status

Introduction

A nose2 plugin for generating searchable HTML reports of your test results.

  • docstrings from tests are captured as test descriptions
  • if a test fails, the traceback will be captured in the report
  • report is searchable and filterable by passed/failed/error/etc.

Report Screenshot

Installation

You can install the Nose2 HTML Report Plugin using pip:

pip install nose2-html-report

Configuration

To get nose2 to recognize the plugin add an entry into the plugin key of the unittest section of your nose2.cfg file. Configurations for the plugin should be placed into an html-report section of the configuration file. Below is a working example:

[unittest]
plugins = nose2_html_report.html_report

[html-report]
always-on = True
Additional Settings

Specify the path for the HTML report. Defaults to report.html

[unittest]
plugins = nose2_html_report.html_report

[html-report]
always-on = True
path = test_results/my_custom_report_file.html

Usage

Command line flag:

nose2 --html-report

If you have always-on=True inside your nose2.cfg:

nose2

Contributing

This is a small side project of mine. Feel free to submit any pull requests.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc