Metadata-Version: 1.0
Name: schooltool.devtools
Version: 0.7.1
Summary: SchoolTool Devtools
Home-page: http://www.schooltool.org
Author: SchoolTool Developers
Author-email: schooltool-developers@lists.launchpad.net
License: GPL
Description: SchoolTool development tools
        ============================
        
        This is a set of scripts used for SchoolTool development:
        
        - i18nextract -- extract strings from sources using zope.app.locales
        - runfdoctests -- quickly run zope.testing functional tests in a shell
        
        and a buildout recipe:
        
        - testrunner -- selenium test runner recipe
        
        
        =======
        CHANGES
        =======
        
        0.7.2 (unreleased)
        ------------------
        
        - Nothing changed yeet.
        
        
        0.7.1 (2012-06-19)
        ------------------
        
        - Downloads configuration (chromedriver only)
        
        
        0.7.0 (2012-06-06)
        ------------------
        
        - Headless selenium test runner mode, courtesy of PyVirtualDisplay
        - Screenshots configuration
        - Choose browser to use when several are configured
        - Run `bin/test --help` to see all the new Selenium options
        - i18nextract: Remove sorting by locations, zope.app.locales (>= 3.7.2) does it.
        
        
        0.6.4 (2012-02-16)
        ------------------
        
        - Fix tests for Selenium >= 2.14.
        
        
        0.6.3 (2011-10-12)
        ------------------
        
        - Fix import errors left in previous release.
        
        
        0.6.1 (2011-10-06)
        ------------------
        
        - Restore support for python << 2.6, move selenium dependent code to
          webdriver.py
        
        
        0.6 (2011-10-05)
        ----------------
        
        - Selenium test runner recipe
        - Create a http://launchpad.net/schooltool.devtools project
        
        
        0.5.4 (2011-05-11)
        ------------------
        
        - Update Makefile and other build files from newer schooltool
        
        
        0.5.3 (2010-03-17)
        ------------------
        
        - i18nextract now produces sorted POTs
        - Write pot creation date in standard format
        - Write domain to Product-Id-Version
        
        
        0.5.2 (2009-11-04)
        ------------------
        
        - `i18nextract --egg PACKAGE ...` now supports multiple eggs
        - Use python2.5 by default
        - Make `buildout.cfg` extend SchoolTool KGS
        - Add tags and coverage support to buildout
        
        
        0.5.1 (2008-04-02)
        ------------------
        
        - Initial release.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Zope
