jdunck / pytest-sugar

a plugin for py.test that changes the default look and feel of py.test (e.g. progressbar, show tests that fail instantly)

Home Page:http://pivotfinland.com/pytest-sugar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pytest-sugar

Build Status Version Status Downloads

pytest-sugar is a plugin for py.test that shows failures and errors instantly and shows a progress bar.

Screenshot

Requirements

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

  • Python 2.6, 2.7, 3.2, 3.3 or PyPy
  • pytest 2.3 or newer

Installation

To install pytest-sugar:

$ pip install pytest-sugar

Then run your tests with:

$ py.test

About

a plugin for py.test that changes the default look and feel of py.test (e.g. progressbar, show tests that fail instantly)

http://pivotfinland.com/pytest-sugar

License:Other