Metadata-Version: 1.0
Name: WebTestRunner
Version: 0.2
Summary: Web-based interface for selectively executing client-side Python UnitTests
Home-page: https://github.com/jessejlt
Author: Jesse Thompson
Author-email: jessejlt@gmail.com
License: MIT
Description: # Python web-based test runner
        Execute Python-based UnitTests via a web-interface. [Flask](http://flask.pocoo.org/docs/) runs the web, [Nose](http://readthedocs.org/docs/nose/en/latest/) runs the tests and powers test discovery.
        
        ## Use
        [PIP](http://www.pip-installer.org/en/latest/index.html) to install the egg
        
            > pip install WebTestRunner
        
        Then launch the runner via
        
            > webtestrunner
        
        
        .. This is your project NEWS file which will contain the release notes.
        .. Example: http://www.python.org/download/releases/2.6/NEWS.txt
        .. The content of this file, along with README.rst, will appear in your
        .. project's PyPI page.
        
        News
        ====
        
        0.2a1
        -----
        
        *Release date: UNRELEASED*
        
        * Example news entry for the in-development version
        
        
        0.1
        ---
        
        *Release date: 15-Mar-2010*
        
        * Example news entry for a released version
        
        
Keywords: unittest
Platform: UNKNOWN
