Metadata-Version: 1.1
Name: backports.test.support
Version: 0.1.1
Summary: Backport of Python 3's test.support package
Home-page: https://github.com/pjdelport/backports.test.support
Author: Pi Delport
Author-email: pjdelport@gmail.com
License: Python Software Foundation License
Description: ======================
        backports.test.support
        ======================
        
        This backports Python 3's `test.support`_ package under the backports_ namespace.
        
        This is probably only interesting if you're backporting standard library test code.
        
        .. _test.support: https://docs.python.org/3.6/library/test.html#module-test.support
        .. _backports: https://pypi.python.org/pypi/backports
        
        .. image:: https://img.shields.io/pypi/v/backports.test.support.svg
            :target: https://pypi.python.org/pypi/backports.test.support
        
        .. image:: https://img.shields.io/badge/source-GitHub-lightgrey.svg
            :target: https://github.com/pjdelport/backports.test.support
        
        .. image:: https://img.shields.io/github/issues/pjdelport/backports.test.support.svg
            :target: https://github.com/pjdelport/backports.test.support/issues?q=is:open
        
        .. image:: https://travis-ci.org/pjdelport/backports.test.support.svg?branch=master
            :target: https://travis-ci.org/pjdelport/backports.test.support
        
        .. image:: https://codecov.io/github/pjdelport/backports.test.support/coverage.svg?branch=master
            :target: https://codecov.io/github/pjdelport/backports.test.support?branch=master
        
        
        Supported Python versions
        =========================
        
        * CPython: 2.7, 3.4, 3.5, 3.6
        * PyPy, PyPy3
        
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
