Metadata-Version: 2.1
Name: pytest-neo
Version: 0.1.0
Summary: pytest-neo is a plugin for pytest that showstests like screen of Matrix.
Home-page: UNKNOWN
Author: Ilya Chistyakov
Author-email: ilchistyakov@gmail.com
License: MIT
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
Description-Content-Type: text/markdown
Requires-Dist: pytest (>=3.7.2)

# pytest-neo

pytest-neo is a plugin for [py.test](http://pytest.org) that shows
tests like screen of Matrix.

## Requirements

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

- Python 2.7, 3.4 or newer
- pytest 2.9.0 or newer

## Installation

To install pytest-neo:

    $ pip install pytest-neo

Then run your tests with:

    $ py.test

If you would like to run tests without pytest-neo, use:

    $ py.test -p no:neo


