Metadata-Version: 1.0
Name: smoothtest
Version: 0.1.1
Summary: General purpose Testing Utilities and also special testing tools for for Web Applications
Home-page: https://github.com/joaduo/smoothtest
Author: Joaquin Duo
Author-email: joaduo@gmail.com
License: MIT
Description: SmoothTest
        ==========
        
        General purpose Testing Utilities and also special testing tools for for
        Web Applications
        
        How to use smoothtest
        ---------------------
        
        The main utility is the ``autotest`` command you can run it with:
        
        ::
        
            python -m smoothtest.autotest.Command
            #or to get options
            python -m smoothtest.autotest.Command --help
        
        Windows and Mac OSX
        -------------------
        
        Smoothtest was designed to be multiplatform, although I still haven't
        fully tested it, more to come soon.
        
Keywords: testing,automation,web,unittest
Platform: UNKNOWN
