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

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for mockito-1.5.1.tar.gz
Algorithm Hash digest
SHA256 405624091715cc3954e2fa39cc50e508d59778d4d2fb56c8db7bfa5f593d3303
MD5 9bfb13a10be50b12ce5ed6834f92041b
BLAKE2b-256 64f78e8c33380dd56769ffa6a585466de04b7930fce3806515743902fa332e13

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mockito-1.5.1-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.5

File hashes

Hashes for mockito-1.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 218c695baaf8e27980a263c9c1c4efb60ae8bbaf171be28558ec7ef3dae1ead3
MD5 f2eb7aed03c19de454e9a02e1deee8bd
BLAKE2b-256 07c3ab6def638c0b3591907380df8418e6584186c1d24ac9511d73d9cd8e2c9b

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