Skip to content

mehmetg/pytest-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.