{ "info": { "author": "Lukasz Balcerzak", "author_email": "lukaszbalcerzak@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Testing" ], "description": "==========\nnose-watch\n==========\n\n.. image:: https://secure.travis-ci.org/lukaszb/nose-watch.png?branch=master\n :target: http://travis-ci.org/lukaszb/nose-watch\n\nA Nose plugin that allows to run tests continuously (uses watchdog_ for\nlistening to filesystem events).\n\n\nInstallation\n============\n\nUsual thing:\n\n pip install nose-watch\n\n\nHow to use\n==========\n\nIn order to use this plugin use the ``--with-watch`` switch::\n\n nosetests --with-watch\n\nYou can pass any other options/arguments, tests should be run normally but\nprocess would stay there and watch for changes on ``*.py`` files. Every change\nshould re-run tests.\n\n\nDevelopment\n===========\n\nWe use tox_ for tests. Repository is at https://github.com/lukaszb/nose-watch/.\nWe prefer pull requests for sending patches.\n\nTo test the package you can simply run::\n\n nosetests\n\n.. note:: Please do not use the plugin itself (--with-watch) to test the plugin\n as it would be picked by nose before the one from repository. If you want to\n watch for changes please use provided ``watch-tests.sh`` script.\n\n.. _watchdog: http://pypi.python.org/pypi/watchdog\n.. _tox: http://pypi.python.org/pypi/tox\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lukaszb/nose-watch", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "nose-watch", "package_url": "https://pypi.org/project/nose-watch/", "platform": "", "project_url": "https://pypi.org/project/nose-watch/", "project_urls": { "Homepage": "https://github.com/lukaszb/nose-watch" }, "release_url": "https://pypi.org/project/nose-watch/0.9.2/", "requires_dist": null, "requires_python": "", "summary": "A nose plugin that re-runs test suite on filesystem event.", "version": "0.9.2" }, "last_serial": 2934412, "releases": { "0.9.1": [ { "comment_text": "", "digests": { "md5": "756f29a3244becde3e183dd22dd3c686", "sha256": "899e59564651849162b044ecebb0bf44335f729e0586c4d0fcbb79a57b4ad23a" }, "downloads": -1, "filename": "nose-watch-0.9.1.tar.gz", "has_sig": false, "md5_digest": "756f29a3244becde3e183dd22dd3c686", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3567, "upload_time": "2013-10-11T21:04:47", "url": "https://files.pythonhosted.org/packages/fa/d5/39f811f8e8531a89be4cc31053f346275eecd15e0c5219edfde7e7ee72c9/nose-watch-0.9.1.tar.gz" } ], "0.9.1.dev": [ { "comment_text": "", "digests": { "md5": "043b8fb0f56bfd4b8c5c0f774837a9f0", "sha256": "4aaca9cfb40372475155398eb41fa27f60ea4ff9a885043ce7d89c363a11bbaf" }, "downloads": -1, "filename": "nose-watch-0.9.1.dev.tar.gz", "has_sig": false, "md5_digest": "043b8fb0f56bfd4b8c5c0f774837a9f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3576, "upload_time": "2013-06-11T14:31:26", "url": "https://files.pythonhosted.org/packages/4d/2c/f0914cf31de90e4d8865d4921a1407336766221350e1362eff057d83e5b6/nose-watch-0.9.1.dev.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "d5f56abe3d7fb5b526d2cce6bf252d54", "sha256": "1a50deb7f39e3c7091aa7ac5e19bf7bddd65d6db41727ab1fe563450645a0088" }, "downloads": -1, "filename": "nose-watch-0.9.2.tar.gz", "has_sig": false, "md5_digest": "d5f56abe3d7fb5b526d2cce6bf252d54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3732, "upload_time": "2017-06-08T04:52:57", "url": "https://files.pythonhosted.org/packages/09/ea/a6ebb48201b7ddccb3053490bb3620ed31039e480755e84912cc0f4fec90/nose-watch-0.9.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d5f56abe3d7fb5b526d2cce6bf252d54", "sha256": "1a50deb7f39e3c7091aa7ac5e19bf7bddd65d6db41727ab1fe563450645a0088" }, "downloads": -1, "filename": "nose-watch-0.9.2.tar.gz", "has_sig": false, "md5_digest": "d5f56abe3d7fb5b526d2cce6bf252d54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3732, "upload_time": "2017-06-08T04:52:57", "url": "https://files.pythonhosted.org/packages/09/ea/a6ebb48201b7ddccb3053490bb3620ed31039e480755e84912cc0f4fec90/nose-watch-0.9.2.tar.gz" } ] }