{ "info": { "author": "Kevin Harvey", "author_email": "kcharvey@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Intended Audience :: Developers", "License :: Public Domain", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "django-tdd\n==========\n\nA Django management command to run tests every time a file is saved.\n\nInstallation\n===\n\n pip install django-tdd\n\nThen add django-tdd to your INSTALLED_APPS:\n\n INSTALLED_APPS = {\n ...\n 'django_tdd',\n }\n\nUsage\n===\n\nUse the management command in place of `runserver`. The following command will run all of the tests in your project and then start the development server.\n\n python manage.py tdd\n\nWhen you change a file, the development server will stop, all the tests will be run again, and the development server will start again.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kcharvey/django-tdd", "keywords": null, "license": "Public Domain", "maintainer": null, "maintainer_email": null, "name": "django-tdd", "package_url": "https://pypi.org/project/django-tdd/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-tdd/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/kcharvey/django-tdd" }, "release_url": "https://pypi.org/project/django-tdd/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "A continuous test runner for Django", "version": "0.1.0" }, "last_serial": 1063093, "releases": { "0.1.0": [ { "comment_text": "built for Darwin-12.5.0", "digests": { "md5": "de5934e9a6aac3bf12a8aafd4513105a", "sha256": "781e3bff1863323fe6f296d793844ae08a5640719d2704f500b1acc2864b4b5f" }, "downloads": -1, "filename": "django-tdd-0.1.0.macosx-10.8-x86_64.tar.gz", "has_sig": false, "md5_digest": "de5934e9a6aac3bf12a8aafd4513105a", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 2763, "upload_time": "2014-04-17T03:33:04", "url": "https://files.pythonhosted.org/packages/62/c4/d25cf4e0fb579513cafe0e9efeeb4d76465d7410342cd9157dbe320bff45/django-tdd-0.1.0.macosx-10.8-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "e90529d0d2c365d6bd0ee0abe26d5bec", "sha256": "ebbeddb7c4a944dc85baf97b551b613fc82de8185b129e1cd6b694f156ad4060" }, "downloads": -1, "filename": "django-tdd-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e90529d0d2c365d6bd0ee0abe26d5bec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2088, "upload_time": "2014-04-17T04:16:48", "url": "https://files.pythonhosted.org/packages/88/4f/35b8076b721acf78c29e5f3843d26e6cfac1f13ca2f4be8c76bfdb91c3c5/django-tdd-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "built for Darwin-12.5.0", "digests": { "md5": "de5934e9a6aac3bf12a8aafd4513105a", "sha256": "781e3bff1863323fe6f296d793844ae08a5640719d2704f500b1acc2864b4b5f" }, "downloads": -1, "filename": "django-tdd-0.1.0.macosx-10.8-x86_64.tar.gz", "has_sig": false, "md5_digest": "de5934e9a6aac3bf12a8aafd4513105a", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 2763, "upload_time": "2014-04-17T03:33:04", "url": "https://files.pythonhosted.org/packages/62/c4/d25cf4e0fb579513cafe0e9efeeb4d76465d7410342cd9157dbe320bff45/django-tdd-0.1.0.macosx-10.8-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "e90529d0d2c365d6bd0ee0abe26d5bec", "sha256": "ebbeddb7c4a944dc85baf97b551b613fc82de8185b129e1cd6b694f156ad4060" }, "downloads": -1, "filename": "django-tdd-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e90529d0d2c365d6bd0ee0abe26d5bec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2088, "upload_time": "2014-04-17T04:16:48", "url": "https://files.pythonhosted.org/packages/88/4f/35b8076b721acf78c29e5f3843d26e6cfac1f13ca2f4be8c76bfdb91c3c5/django-tdd-0.1.0.tar.gz" } ] }