{ "info": { "author": "Andrew S. Brown", "author_email": "asbrown@nextdoor.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Software Development :: Testing" ], "description": "=========\ndutch-boy\n=========\n\nMock and memory leak detector library. Right now this just features a plugin\nfor Nose 1.x and is in **beta**.\n\nThis plugin:\n- Detects mocks that are not reset between tests.\n- Detects mocks created during tests that are not deleted by the end of the test.\n- Reports memory delta between tests. Optional.\n\nTo learn the story of the name, visit ``_.\n\nPull requests are welcome. In particular, area I'm looking to improve are:\n- adding a pytest test runner\n- improving memory delta reporting\n\n============\nDjango Setup\n============\n\nTo use this plugin with django nose runner, just include the following in your settings file::\n\n NOSE_PLUGINS = [\n 'dutch_boy.nose.LeakDetectorPlugin']\n NOSE_ARGS = ['--with-leak-detector', '--leak-detector-level=3']", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/Nextdoor/dutch-boy/archive/0.1.8#egg=dutch-boy-0.1.8", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Nextdoor/dutch-boy", "keywords": "testing,memory,nose,mocks", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "dutch-boy", "package_url": "https://pypi.org/project/dutch-boy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/dutch-boy/", "project_urls": { "Download": "https://github.com/Nextdoor/dutch-boy/archive/0.1.8#egg=dutch-boy-0.1.8", "Homepage": "https://github.com/Nextdoor/dutch-boy" }, "release_url": "https://pypi.org/project/dutch-boy/0.1.8/", "requires_dist": null, "requires_python": null, "summary": "A library for detecting memory leaks in tests, mainly with mocks", "version": "0.1.8" }, "last_serial": 2147462, "releases": { "0.1.6": [ { "comment_text": "", "digests": { "md5": "1b188677b8f7cd58238efe3a3a8a6d0f", "sha256": "7a5386c868012bd39c4917c52cf10289f48186ae41bca65beaf93c1cd5132a50" }, "downloads": -1, "filename": "dutch-boy-0.1.6.tar.gz", "has_sig": false, "md5_digest": "1b188677b8f7cd58238efe3a3a8a6d0f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7860, "upload_time": "2016-04-07T06:47:34", "url": "https://files.pythonhosted.org/packages/32/83/9a687371109d3ecb5515546ad5727ea56b1bcbc53e1e36e6039025c2b657/dutch-boy-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "cc4937f69477082ae33048535f5ba342", "sha256": "4ec055bd0ed550c7e9d0b2af708be0b18963a092b18e3a7db622442c82812116" }, "downloads": -1, "filename": "dutch-boy-0.1.7.tar.gz", "has_sig": false, "md5_digest": "cc4937f69477082ae33048535f5ba342", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8039, "upload_time": "2016-04-13T06:00:30", "url": "https://files.pythonhosted.org/packages/a3/c7/9e65c19d234366bd4ec529221c29d72585081f3d28359f47ce32d7f24fab/dutch-boy-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "56eb53cd367bff23ffbb89391e5a69df", "sha256": "576c6f2d8ce4f71fbfa8d1c2f37c466411a7a58286ad3de16fc51c7c92930932" }, "downloads": -1, "filename": "dutch-boy-0.1.8.tar.gz", "has_sig": false, "md5_digest": "56eb53cd367bff23ffbb89391e5a69df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8335, "upload_time": "2016-06-02T17:14:05", "url": "https://files.pythonhosted.org/packages/61/a4/f49dac1b8e51fddebfd03f9783a38c58a76ec3b8c446555e3a4accf13f54/dutch-boy-0.1.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "56eb53cd367bff23ffbb89391e5a69df", "sha256": "576c6f2d8ce4f71fbfa8d1c2f37c466411a7a58286ad3de16fc51c7c92930932" }, "downloads": -1, "filename": "dutch-boy-0.1.8.tar.gz", "has_sig": false, "md5_digest": "56eb53cd367bff23ffbb89391e5a69df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8335, "upload_time": "2016-06-02T17:14:05", "url": "https://files.pythonhosted.org/packages/61/a4/f49dac1b8e51fddebfd03f9783a38c58a76ec3b8c446555e3a4accf13f54/dutch-boy-0.1.8.tar.gz" } ] }