Metadata-Version: 1.1
Name: toll
Version: 2.1
Summary: poor man's integration testing
Home-page: https://bitbucket.org/icemac/toll/
Author: Michael Howitz
Author-email: icemac@gmx.net
License: ZPL 2.1
Description: =====================================
        toll — poor man's integration testing
        =====================================
        
        toll = **t**\ est **o**\ ffline **l**\ ocally **l**\ ightweight
        
        Run the tests of multiple configured packages:
        
        * right one package after another
        
        * stopping with the first package which has a failing test
        
        This package is compatible with Python version 3.5.
        
        Documentation see: https://pythonhosted.org/toll/
        
        
        Copyright (c) 2016 Michael Howitz
        All Rights Reserved.
        
        This software is subject to the provisions of the Zope Public License,
        Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
        THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
        WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
        WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
        FOR A PARTICULAR PURPOSE.
        
        
        ==========
        Change log
        ==========
        
        2.1 (2016-12-06)
        ================
        
        - Add compatibility with `setuptools >= 30.0`.
        
        
        2.0 (2016-06-17)
        ================
        
        - Use a default configuration file named ``toll.ini``. This can be overwritten
          using ``-c`` when calling `toll`.
        
        - Allow to specify multiple command which should be called. (See ``--help``.)
        
        - Make package compatible with Python 2.7, 3.3, 3.4 and PyPy.
        
        
        1.0 (2016-02-26)
        ================
        
        * Initial release.
        
Keywords: test testing offline integration multiple packages
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Utilities
