Metadata-Version: 1.1
Name: mate
Version: 0.1.0.post1
Summary: Matchers for unittest
Home-page: https://github.com/Julian/Mate
Author: Julian Berman
Author-email: Julian@GrayVines.com
License: MIT
Description: ====
        Mate
        ====
        
        Mate is an implementation of matchers for Python's ``unittest``
        module, which it largely tears out from `testtools
        <https://testtools.readthedocs.org/>`_\ .
        
        There are two purposes in doing so:
        
            * Extract portions suitable for submission upstream for inclusion in the
              unittest module and modify them so that they're able to be integrated
            * Separate out details, matchers, and delayed assertions from
              ``testtools.TestCase`` so that they can be used with other ``TestCase``
              subclasses
        
        the second of which supports the first, and an ultimate goal is to contribute a
        shared implementation that can be used by both the standard library, testtools,
        and any other consumers.
        
        
        Licensing
        ---------
        
        The fundamental API and large portions of the code are taken with
        slight modifications from the aformentioned testtools package, which
        is MIT-licensed. Its license and authors are included in the license
        distributed with this package.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
