Skip to main content

A short little plugin to find where a mock was called!

Project description

Project generated with PyScaffold PyPI-Server GitHub Test CI Monthly Downloads

mock-call-where

A short little plugin to find where a mock was called!

How to Use

This library is setup as a pytest plugin, so if you’re using pytest you can just add the mock_where fixture in your tests. If you’d like to always have it enabled…

Manually Enabling/Disabling

from mock_call_where.override import AdvancedCall

AdvancedCall.apply()
...  # The plugin is enabled now
AdvancedCall.unapply()

Making Changes & Contributing

This project uses pre-commit, please make sure to install it before making any changes:

pip install pre-commit
cd mock-call-where
pre-commit install

It is a good idea to update the hooks to the latest version:

pre-commit autoupdate

Don’t forget to tell your contributors to also install and use pre-commit.

Note

This project has been set up using PyScaffold 4.5. For details and usage information on PyScaffold see https://pyscaffold.org/.

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

mock_call_where-1.0.2.tar.gz (22.0 kB view hashes)

Uploaded Source

Built Distribution

mock_call_where-1.0.2-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

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