Metadata-Version: 1.1
Name: pytest-browser
Version: 0.1.0
Summary: A pytest plugin for console based browser test selection just after the collection phase
Home-page: https://github.com/mehmetg/pytest-browser
Author: Mehmet Gerceker
Author-email: mehmetg@msn.com
License: MIT
Download-URL: https://github.com/mehmetg/pytest-browser/tarball/0.1
Description: pytest-browser
        ==============
        
        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.
        
        
        ..  _pytest-interactive:
            https://github.com/tgoodlet/pytest-interactive
Platform: linux
Platform: macos
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python :: 2.7
Classifier: Environment :: Console
