Metadata-Version: 2.1
Name: pytest-checkdocs
Version: 1.2.4
Summary: check the README when running tests
Home-page: https://github.com/jaraco/pytest-checkdocs
Author: Jason R. Coombs
Author-email: jaraco@jaraco.com
License: UNKNOWN
Description: .. image:: https://img.shields.io/pypi/v/pytest-checkdocs.svg
           :target: https://pypi.org/project/pytest-checkdocs
        
        .. image:: https://img.shields.io/pypi/pyversions/pytest-checkdocs.svg
        
        .. image:: https://img.shields.io/travis/jaraco/pytest-checkdocs/master.svg
           :target: https://travis-ci.org/jaraco/pytest-checkdocs
        
        .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
           :target: https://github.com/psf/black
           :alt: Code style: Black
        
        .. .. image:: https://img.shields.io/appveyor/ci/jaraco/pytest-checkdocs/master.svg
        ..    :target: https://ci.appveyor.com/project/jaraco/pytest-checkdocs/branch/master
        
        .. .. image:: https://readthedocs.org/projects/pytest-checkdocs/badge/?version=latest
        ..    :target: https://pytest-checkdocs.readthedocs.io/en/latest/?badge=latest
        
        
        A pytest plugin that checks the long description of the project to ensure it
        renders properly.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Pytest
Requires-Python: >=2.7
Provides-Extra: testing
Provides-Extra: docs
