
Security News
The Nightmare Before Deployment
Season’s greetings from Socket, and here’s to a calm end of year: clean dependencies, boring pipelines, no surprises.
pyrept
Advanced tools
This library generates both HTML and JSON reports for your Nose unit tests, providing a clear and structured overview of test results.
A [Nose2] plugin for generating detailed, searchable, and user-friendly HTML and JSON reports of your test results.
Key Features:

You can install the Nose2 HTML Report Plugin using pip:
pip install pyrept
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 = pyrept.html_report
[html-report]
always-on = True
Specify the path for the HTML report. Defaults to report.html
[unittest]
plugins = pyrept.html_report
[html-report]
always-on = True
path = test_results/my_custom_report_file.html
Command line flag:
nose2 --html-report
If you have always-on=True inside your nose2.cfg:
nose2
FAQs
This library generates both HTML and JSON reports for your Nose unit tests, providing a clear and structured overview of test results.
We found that pyrept demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Season’s greetings from Socket, and here’s to a calm end of year: clean dependencies, boring pipelines, no surprises.

Research
/Security News
Impostor NuGet package Tracer.Fody.NLog typosquats Tracer.Fody and its author, using homoglyph tricks, and exfiltrates Stratis wallet JSON/passwords to a Russian IP address.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.