Metadata-Version: 1.1
Name: pytest-browser
Version: 0.1.1
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
        ==============
        |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 <https://github.com/tgoodlet>`_'s `pytest-interactive`_ for inspiration and borrowed sample test cases.
        
        
        ..  _pytest-interactive:
            https://github.com/tgoodlet/pytest-interactive
        
        .. |versions| image::
            https://img.shields.io/pypi/pyversions/pytest-browser.svg
            :target: https://pypi.python.org/pypi/pytest-browser
        
        .. |pypi| image:: https://img.shields.io/pypi/v/pytest-browser.svg
            :target: https://pypi.python.org/pypi/pytest-browser
        
        .. |pypi_downloads| image:: https://img.shields.io/pypi/d/pytest-browser.svg
            :target: https://pypi.python.org/pypi/pytest-browser
        
        .. |docs| image::
            https://readthedocs.org/projects/pytest-browser/badge/?version=latest
            :target: http://pytest-browser.readthedocs.io/en/latest/?badge=latest
        
        .. _docs:
            http://pytest-browser.readthedocs.io/en/latest/?badge=latest
        
Keywords: py.test pytest plugin browse 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
