Skip to main content

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']

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 details)

Uploaded Source

File details

Details for the file nose-leak-detector-0.1.5.tar.gz.

File metadata

File hashes

Hashes for nose-leak-detector-0.1.5.tar.gz
Algorithm Hash digest
SHA256 3326d4ab6b108ead0bc87d563af84073ae3378ac09ea05c8ed75dbcd30570b19
MD5 af31e63e68e8adae9a8472443dee0f0d
BLAKE2b-256 f8835510c67b78a33b5259ce65a8363eb886de2fee6c217538747879deee5b3d

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.5 This release

1 file

0.1.4

0.1.3

1 file

0.1.1

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page