Skip to main content

Spying framework

Project description

Mockito is a spying framework originally based on the Java library with the same name.

https://travis-ci.org/kaste/mockito-python.svg?branch=master

Install

pip install mockito

Quick Start

90% use case is that you want to stub out a side effect.

from mockito import when, mock, unstub

when(os.path).exists('/foo').thenReturn(True)

# or:
import requests  # the famous library
# you actually want to return a Response-like obj, we'll fake it
response = mock({'status_code': 200, 'text': 'Ok'})
when(requests).get(...).thenReturn(response)

# use it
requests.get('http://google.com/')

# clean up
unstub()

Read the docs

http://mockito-python.readthedocs.io/en/latest/

Run the tests

pip install pytest
py.test

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

mockito-1.3.5.tar.gz (24.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mockito-1.3.5-py3-none-any.whl (29.9 kB view details)

Uploaded Python 3

File details

Details for the file mockito-1.3.5.tar.gz.

File metadata

  • Download URL: mockito-1.3.5.tar.gz
  • Upload date:
  • Size: 24.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for mockito-1.3.5.tar.gz
Algorithm Hash digest
SHA256 819928f5e475c8ce0d597e705258fb190f80fca7e56185688d1e7de558663337
MD5 0113756e88ed68dd9b7ca5a299d1cbe0
BLAKE2b-256 f771c16126a63448986946c129c5b7f88776c26fe6ebbd7d4f129ca47f3188d8

See more details on using hashes here.

File details

Details for the file mockito-1.3.5-py3-none-any.whl.

File metadata

  • Download URL: mockito-1.3.5-py3-none-any.whl
  • Upload date:
  • Size: 29.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for mockito-1.3.5-py3-none-any.whl
Algorithm Hash digest
SHA256 c194b2be3ba76279c8cc87c393316331e7a9946aa7fffc5b520e099e545d2ebb
MD5 cfc0a685ce83bed1f5f76f3a682d61ac
BLAKE2b-256 119a6acd6d9f698cfe69504dc5a0623f3c236874a9762a05e32d35523f1d70ec

See more details on using hashes here.

Supported by

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