py.test is a plugin for py.test that changes the default look and feel of py.test (e.g. progressbar, show tests that fail instantly).
Project description
pytest-sugar is a plugin for py.test 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 3.5
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pytest-sugar-0.7.1.tar.gz
.
File metadata
- Download URL: pytest-sugar-0.7.1.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8de43eacff1b418e6a8edbce15f51dbb707e8cdc1bf875e07dad94aee341fb3f |
|
MD5 | 7400f7c11f3d572b2c2a3b60352d35fe |
|
BLAKE2b-256 | 039705d988b4fa870e7373e8ee4582408543b9ca2bd35c3c67b569369c6f9c49 |