Metadata-Version: 1.0
Name: splinter
Version: 0.0.3
Summary: browser abstraction for web acceptance testing
Home-page: UNKNOWN
Author: CobraTeam
Author-email: andrewsmedina@gmail.com
License: UNKNOWN
Description: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
        splinter - Python acceptance testing for web applications
        +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
        
        `what's new in splinter 0.0.3? <http://splinter.cobrateam.info/news.html>`_
        
        
        `splinter documentation <http://splinter.cobrateam.info>`_
        
        external links
        --------------
        
        `Django Full Stack Testing and BDD with Lettuce and Splinter <http://cilliano.com/blog/2011/02/07/django-bdd-with-lettuce-and-splinter/>`_
        
        `Splinter: Python tool for acceptance tests on web applications <http://www.franciscosouza.com/2011/05/splinter-python-tool-for-acceptance-tests-on-web-applications/>`_
        
        `Testes de aceitação com Lettuce e Splinter (pt-br) <http://www.slideshare.net/franciscosouza/testes-de-aceitao-com-lettuce-e-splinter?from=ss_embed>`_
        
        install
        =======
        
        splinter 0.0.3 requires selenium 2.0b3. for update your selenium, you can run:
        
        ::
        
        $ [sudo] pip install -U selenium
        
        and for install splinter
        
        ::
        
        $ [sudo] pip install splinter
        
        
        development
        ===========
        
        * Source hosted at `GitHub <http://github.com/cobrateam/splinter>`_
        * Report issues on `GitHub Issues <http://github.com/cobrateam/splinter/issues>`_
        
        Pull requests are very welcomed! Make sure your patches are well tested.
        
        running the tests
        -----------------
        
        if you are using a virtualenv, all you need is:
        
        ::
        
        $ make test
        
        community
        =========
        
        mailing list
        ------------
        
        * `for users <http://groups.google.com/group/splinter-users>`_
        * `for developers <http://groups.google.com/group/splinter-developers>`_
        
        irc channel
        -----------
        
        #cobrateam channel on irc.freenode.net
        
        
Platform: UNKNOWN
