File: README.rst

package info (click to toggle)
pytest-instafail 0.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 152 kB
  • sloc: python: 314; makefile: 23
file content (38 lines) | stat: -rw-r--r-- 967 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
pytest-instafail
================

|build status|_

.. |build status| image:: https://travis-ci.org/pytest-dev/pytest-instafail.svg?branch=master
   :alt: Build Status
.. _build status: https://travis-ci.org/pytest-dev/pytest-instafail

pytest-instafail is a plugin for `pytest <https://pytest.org>`_ that shows
failures and errors instantly instead of waiting until the end of test session.

Requirements
------------

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

- Python 2.7, 3.5+ or PyPy
- pytest 2.9 or newer

Installation
------------

To install pytest-instafail::

    $ pip install pytest-instafail

Then run your tests with::

    $ pytest --instafail

Resources
---------

- `Issue Tracker <https://github.com/pytest-dev/pytest-instafail/issues>`_
- `Code <https://github.com/pytest-dev/pytest-instafail/>`_
- `Development Version
  <https://github.com/pytest-dev/pytest-instafail/zipball/master#egg=pytest-instafail-dev>`_