Metadata-Version: 2.1
Name: pytest-neo
Version: 0.2.3
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
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 :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE

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://img.shields.io/pypi/dm/pytest-neo.svg
    :target: https://pypi.python.org/pypi/pytest-neo


pytest-neo is a plugin for `py.test`_ that shows tests like screen of
Matrix.

.. image:: https://raw.githubusercontent.com/MyGodIsHe/pytest-neo/master/doc/readme_screen.png

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

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

-  Python 3.6 or newer
-  pytest 6.2.5 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


