Skip to main content

Nose plugin for finding tempfile leaks

Project description

drippy README

This package provides a plugin for nose which reports tempfile leaks during test runs.

For example:

$ /path/to/nosetests --with-drippy
.......................
   test_some_feature (yourpackage.tests.FeatureTests) -- before: 0, after: 1

  Featuretests -- before: 0, after: 1
...........
 yourpackage.tests -- before: 0, after 1

yourpackage -- before: 0, after: 1

----------------------------------------------------------------------
Ran 34 tests in 0.243s

drippy Changelog

0.3.1 (2014-03-31)

  • Change URL in ‘setup()’ to Launchpad.

0.3 (2014-03-04)

  • Un-hardcode use of ‘/tmp’ by using ‘tempfile.gettempdir()’.

  • Allow for testing on systems w/o ‘setuptools_bzr’.

0.2 (2014-03-03)

  • Add coverage testing.

  • Add support / tests for Python 2.6, 2.7, 3.2, 3.3, and PyPy.

  • Specify nose as ain install_requires dependency.

  • Fix packaging error (drippy.py was present in sdist, but not installable. Merges lp:~msabramo/drippy/setup_py_py_modules

0.1 (2010-05-12)

  • Initial release.

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

drippy-0.3.1.tar.gz (3.5 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