pytest-neo is a plugin for pytest that shows tests like screen of Matrix.


Keywords
matrix, pytest, pytest-plugin, testing, visualization
License
MIT
Install
pip install pytest-neo==0.2.2

Documentation

pytest-neo

Code coverage Status

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

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