Skip to main content

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

Project description

# 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytest-easyread-0.1.0.tar.gz (5.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page