Skip to main content

A utility library for mocking out the `requests` Python library.

Project description

Responses

A utility library for mocking out the requests Python library.

import responses

@responses.activate
def test_my_api():
    responses.add(responses.GET, 'http://twitter.com/api/1/foobar',
                  body='{"error": "not found"}', status=404,
                  content_type='application/json')

    resp = requests.get('http://twitter.com/api/1/foobar')

    assert resp.json() == {"error": "not found"}

License

Copyright 2013 Dropbox, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

responses-0.1.0.tar.gz (3.2 kB view details)

Uploaded Source

File details

Details for the file responses-0.1.0.tar.gz.

File metadata

  • Download URL: responses-0.1.0.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for responses-0.1.0.tar.gz
Algorithm Hash digest
SHA256 a75a1e138064ee708c12a176cb00a652d9c522d37b5d9038d10a1c98e8412dd5
MD5 338e6907f9b8fe5642aa81381bd88544
BLAKE2b-256 fee20759bf77845fb42b90f5cf7dccb2f2c2f343c9ef84ce094a90ca06b4ba0e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page