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

pytest-easyread

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pytest-easyread

pytest plugin that makes terminal printouts of the reports easier to read

  • 0.1.0
  • PyPI
  • Socket score

Maintainers
1

pytest-easyread

This is a pytest plugin that aims to make the way pytest reports to terminal easier to read.

Requirements

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

Python (tested on versions 2.7 and 3.4) pytest 3.0.4 or newer

Installation

To install pytest-easyread:

$ pip install git+https://github.com/CrystalPea/pytest-easyread.git

Then add --easy flag when you run the tests, like this:

$ pytest --easy

Ideal use

  • pytest-easyread is optimised for use with tests names that use underscores, like "test_this_feature_works"
  • For now pytest-easyread is set to verbose mode only

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