pytest-neo is a plugin for pytest that shows tests like screen of Matrix.
You will need the following prerequisites in order to use pytest-neo:
- Python 3.6 or newer
- pytest 6.2.0 or newer
To install pytest-neo:
$ pip install pytest-neo
Then run your tests with (or verbose mode with a different visualization):
$ pytest
If you would like to run tests without pytest-neo, use:
$ pytest -p no:neo