Metadata-Version: 1.1
Name: p01.testbrowser
Version: 1.0.0
Summary: Zope test brwoser based on webtest and wsgi app
Home-page: http://pypi.python.org/pypi/p01.testbrowser
Author: Roger Ineichen, Projekt01 GmbH
Author-email: dev@projekt01.ch
License: ZPL 2.1
Description: This package provides a copy of the new zope.testbrowser version > 5.0.0 and is
        used for experiment with jsonrpc support.
        
        
        =======
        CHANGES
        =======
        
        1.0.0 (2015-03-17)
        ------------------
        
        - feature: implement j01.jsonrpc and j01.dialog button and link controls.
          The current implementation supports the j01.jsonrpc and j01.dialog buttons
          and and links aout of the box. Even the j01 dialog popup is supported.
          This makes jsonrpc based request/repsone testing very simple. There is
          no difference in testing a simple or jsonrpc form anymore.
        
        - feature: support a html5 like browser history implementation using
          pushState and onpopstate like history state management
        
        - feature: support j01.history.js concept given from j01.jsonrpc. Added
          implicit support for this html5 browser history concept based on given
          jsonrpc response. Also support the standard history. You can access
          the history with the method getHistory()
        
        - feature: add activities. You can dump the activities with the method
          getActivities and you will see a nice log like history.
        
        - feature: support more request methods like PUT, DELETE, OPTIONS etc
        
        - feature: added JSONRPCProxy and getJSONRPCTestProxy supporting wsgi
          application setup
        
        - feature: implement better support for ajax injection. Keep original html as
          reference for content injection as browser._dom property and offer a method
          for replace partial content. Also support response.body content as body
          attribute and json method for access application/json response.
        
        
        0.5.0 (2015-01-20)
        ------------------
        
        - initial release. Note, this is just a copy of zope.testbrowser version 5.0.0
          for experiment with jsonrpc support for our j01.* packages.
        
Keywords: ope z3c testing test browser Zope3
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
