Metadata-Version: 2.1
Name: requests-mock-flask
Version: 0.1
Summary: 'Helpers to use requests_mock and responses with a Flask test client.'
Home-page: https://github.com/adamtheturtle/requests-mock-flask
Author: Adam Dangoor
Author-email: adamdangoor@gmail.com
License: MIT License
Description: |Build Status| |codecov| |PyPI| |Documentation Status|
        
        requests-mock-flask
        ===================
        
        Tool for...
        
        .. contents::
           :local:
        
        Installation
        ------------
        
        Requires Python 3.8+.
        
        .. code:: sh
        
           pip install requests-mock-flask
        
        
        Usage example
        -------------
        
        .. code:: python
        
           import requests_mock_flask
        
           with responses...
        
        Why would I use this
        --------------------
        
        Any time a test suite calls flask app w...
        
        
        Full documentation
        ------------------
        
        See the `full documentation <https://requests-mock-flask.readthedocs.io/en/latest>`__ for information on all available commands.
        
        .. |Build Status| image:: https://travis-ci.com/adamtheturtle/requests-mock-flask.svg?branch=master
           :target: https://travis-ci.com/adamtheturtle/requests-mock-flask
        .. |codecov| image:: https://codecov.io/gh/adamtheturtle/requests-mock-flask/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/adamtheturtle/requests-mock-flask
        .. |Documentation Status| image:: https://readthedocs.org/projects/requests-mock-flask/badge/?version=latest
           :target: https://requests-mock-flask.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        .. |PyPI| image:: https://badge.fury.io/py/requests-mock-flask.svg
           :target: https://badge.fury.io/py/requests-mock-flask
        
Keywords: requests mock flask
Platform: UNKNOWN
Classifier: Operating System :: POSIX
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 5 - Production/Stable
Provides-Extra: dev
