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']
Release files for nose-leak-detector 0.1.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nose-leak-detector-0.1.5.tar.gz | 6.3 kB | Details |
Release files / nose-leak-detector-0.1.5.tar.gz
| Download URL | nose-leak-detector-0.1.5.tar.gz |
|---|---|
| Size | 6.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3326d4ab6b108ead0bc87d563af84073ae3378ac09ea05c8ed75dbcd30570b19
|
|
BLAKE2b-256 checksum How to use checksums |
f8835510c67b78a33b5259ce65a8363eb886de2fee6c217538747879deee5b3d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |