pytest-browser

A pytest plugin for console based browser test selection just after the collection phase


Keywords
py, test, pytest, plugin, browse, interactive
License
MIT
Install
pip install pytest-browser==0.2.0

Documentation

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.