Metadata-Version: 1.1
Name: pytest-neo
Version: 0.2.1
Summary: pytest-neo is a plugin for pytest that shows tests like screen of Matrix.
Home-page: UNKNOWN
Author: Ilya Chistyakov
Author-email: ilchistyakov@gmail.com
License: MIT
Project-URL: Source, https://github.com/MyGodIsHe/pytest-neo
Description: pytest-neo
        ==========
        
        .. image:: https://img.shields.io/pypi/v/pytest-neo.svg
            :target: https://pypi.org/project/pytest-neo/
        
        .. image:: https://img.shields.io/pypi/pyversions/pytest-neo.svg
            :target: https://pypi.org/project/pytest-neo/
        
        .. image:: https://codecov.io/gh/MyGodIsHe/pytest-neo/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/MyGodIsHe/pytest-neo
            :alt: Code coverage Status
        
        .. image:: https://travis-ci.org/MyGodIsHe/pytest-neo.svg?branch=master
            :target: https://travis-ci.org/MyGodIsHe/pytest-neo
        
        
        pytest-neo is a plugin for `py.test`_ 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
        
        .. _py.test: http://pytest.org
        
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
