A pytest plugin for interactively selecting tests to run using an
urwid based console UI.
pip install pytest-browser
Run pytest with --browse or the shorthand --br
Many thanks to @tgoodlet's pytest-interactive for inspiration and borrowed sample test cases.