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

Uploaded Python 3

File details

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

File metadata

  • Download URL: mockito-1.5.0.tar.gz
  • Upload date:
  • Size: 58.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for mockito-1.5.0.tar.gz
Algorithm Hash digest
SHA256 036128da7daf2da89a0b637bd73321e992ff65ba8a39876ca233eec17eb77e8f
MD5 12f2657877d18122748dc55caa6b589d
BLAKE2b-256 47d26b8fd6192fbfc69dfddb4f936d39ffe611c6b0c36b608a546cb47975046f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for mockito-1.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b4df89187bcd0b1bac44b7d6bcbd03ad652bae800a3effbd2e077276ca69a862
MD5 2dc436f55b1bf96af2d16d3636bcafdb
BLAKE2b-256 45ed51161d8d1cd56a97ada471da329d87faa9a68e6ab500e50d746c7cff4d0e

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