Skip to main content

No project description provided

Project description

https://img.shields.io/pypi/v/pyispy.svg https://img.shields.io/travis/christopherdoyle/pyispy.svg Documentation Status

Testing helper utility for monitoring calls to functions and methods (spying).

Example

import my_module
import pyispy

def my_ClassA():
    reports = []
    pyispy.wiretap(my_module.ClassA, ["__init__", "exec"], reports)

    obj = my_module.ClassA()

    assert "__init__" in reports

TODO

  • Refactor hooks as classes to contract input arguments (object, function name, logbook) to support polymorphic attitude in process_request.

  • Implement/test wiretap on magic methods
    • Handle response to read-only functions (for example __add__ in int type)

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

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

pyispy-0.1.2.tar.gz (10.9 kB view hashes)

Uploaded Source

Built Distribution

pyispy-0.1.2-py2.py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 2 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