# pytest-sugar
[](https://travis-ci.org/Frozenball/pytest-sugar) 
pytest-sugar is a plugin for [py.test](http://pytest.org) that shows failures and errors instantly and shows a progress bar.

## Requirements
You will need the following prerequisites in order to use pytest-sugar:
Python 2.7, 3.4 or newer
pytest 2.9.0 or newer
pytest-xdist 1.14 or above if you want the progress bar to work while running tests in parallel
## Installation
To install pytest-sugar:
$ pip install pytest-sugar
Then run your tests with:
$ py.test
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 pytest-sugar, use:
$ py.test -p no:sugar
## Running on Windows
If you are seeing gibberish, you might want to try changing charset and fonts. See [this comment]( https://github.com/Frozenball/pytest-sugar/pull/49#issuecomment-146567670) for more details.
Release files for pytest-sugar 0.9.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pytest-sugar-0.9.0.tar.gz | 11.7 kB | Details |
Release files / pytest-sugar-0.9.0.tar.gz
| Download URL | pytest-sugar-0.9.0.tar.gz |
|---|---|
| Size | 11.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8f1aca70235559f95abe2d7508a029d933e9c9961888d74d423e6460678a9686
|
|
BLAKE2b-256 checksum How to use checksums |
49d8c5ff6cca3ce2ebd8b73eec89779bf6b4a7737456a70e8ea4d44c1ff90f71
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |