Metadata-Version: 1.0
Name: haufe.testrunner.ui
Version: 0.1.5
Summary: Webfrontend for haufe.testrunner results
Home-page: UNKNOWN
Author: Andreas Jung
Author-email: andreas.jung@haufe.de
License: ZPL
Description: haufe.testrunner.ui
        ===================
        
        ``haufe.testrunner.ui`` is a Grok-based web-frontend for
        accessing the results of haufe.testrunner runs
        
        Installation
        ------------
        
        - check out the code from SVN
        - run ``buildout``
        - run ``bin/zopectl fg|start|stop``
        
        To do
        -----
        
        - The code contains a bunch of redundancies and must be refactored.
        - The SQLAlchemy related code must be cleaned-up (select() is deprecated)
        
        
        Author
        ------
        Andreas Jung
        
        CHANGES
        =======
        
        0.1.5 (02.07.2008)
        ------------------
        - internal view cleanup (removing code redundancy)
        - fixed quoting problem in RSS support
        
        0.1.4 (01.07.2008)
        ------------------
        - cleanup of internal SQLAlchemy stuff
        - UI/CSS polishing
        
        0.1.3 (29.06.2008)
        ------------------
        - updated SQLAlchemy and zope.sqlalchemy dependencies
        
        0.1.2 (26.06.2008)
        ------------------
        - initial release
        
Keywords: Grok testrunner Haufe webfrontend unittests Zope
Platform: UNKNOWN
