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

pytest-excel

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pytest-excel

pytest plugin for generating excel reports

  • 1.7.0
  • PyPI
  • Socket score

Maintainers
1

pytest-excel

pytest-excel is a plugin for py.test <http://pytest.org>_ that allows to to create excel report for test results.

Requirements

You will need the following prerequisites in order to use pytest-excel:

  • Python 3.9, 3.10, 3.11 and 3.12
  • pytest
  • pandas

Installation

To install pytest-excel::

$�pip install pytest-excel

Then run your tests with::

$ py.test --excelreport=report.xls

If you would like more detailed output (one test per line), then you may use the verbose option::

$ py.test --verbose

If you would like to run tests without execution to collect test doc string::

$ py.test --excelreport=report.xls --collect-only

If you would like to get timestamp in the as filename::

$ py.test --excelreport=report%Y-%M-dT%H%.xls

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