Skip to main content

A Nose plugin that detects leaks between tests, mainly with mocks

Project description

nose-leak-detector

Mock and memory leak detector plugin for nose.

Features:

  • Detects mocks that are not reset between tests.

  • Detects mocks created during tests that are not deleted by the end of the test.

  • Reports memory delta between tests. Optional.

Django Setup

To use this plugin with django nose runner, just include the following in your settings file:

NOSE_PLUGINS = [
    'nose_leak_detector.LeakDetectorPlugin']
NOSE_ARGS = ['--with-leak-detector', '--leak-detector-level=3']

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

nose-leak-detector-0.1.5.tar.gz (6.3 kB view hashes)

Uploaded Source

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