Skip to main content

Spying framework

Project description

Mockito is a spying framework originally based on the Java library with the same name. (Actually we invented the strict stubbing mode back in 2009.)

https://github.com/kaste/mockito-python/actions/workflows/test-lint-go.yml/badge.svg

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/

Development

I use rye, and if you do too: you just clone this repo to your computer, then run rye sync in the root directory. Finally, activate the virtualenv. (rye shell gives you a hint on how to do that.)

pytest

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.5.2.tar.gz (58.7 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.5.2-py3-none-any.whl (30.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: mockito-1.5.2.tar.gz
  • Upload date:
  • Size: 58.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for mockito-1.5.2.tar.gz
Algorithm Hash digest
SHA256 ed0541d293e9fa2a22162492e3d52224ffca0f363fcfa32a03edd0b6097c6308
MD5 e52fc22fc106d54b4c17dbf254d386fa
BLAKE2b-256 51b53691414f52a8af0cebd072cae49a40ae23f9deb123447ff603e11414d60e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mockito-1.5.2-py3-none-any.whl
  • Upload date:
  • Size: 30.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for mockito-1.5.2-py3-none-any.whl
Algorithm Hash digest
SHA256 ba2aa2411ac873e5490bf3a7a689d7da2baf7c6cb547dda8ecf589e2d42206e3
MD5 13d733ed7c642209f7ad5c0f8d7e4a0f
BLAKE2b-256 4035c83ee4cb8b3261162bb01765a0ea3ed4655506adbfd1d961e1cc7571af9a

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