Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.14 KB

README.rst

File metadata and controls

45 lines (29 loc) · 1.14 KB

pytest-browser

pypi versions pypi_downloads

A pytest plugin for interactively selecting tests to run using an urwid based console UI.

Installation

pip install pytest-browser

Usage

Run pytest with --browse or the shorthand --br

Credits

Many thanks to @tgoodlet's pytest-interactive for inspiration and borrowed sample test cases.