/pytest-sugar

py.test plugin to sugarcoat testing results (instafail, pretty ui, ETA)

Primary LanguagePythonOtherNOASSERTION

pytest-sugar

Please see http://pivotfinland.com/pytest-sugar/

Build Status

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-instafail:

  • Python 2.5, 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