{ "info": { "author": "Ask Solem", "author_email": "askh@opera.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "========================================\n``django-unittest-depth`` Run Django unittests recursively \n========================================\n:Version: 0.4 \n\n \n\n=======================================\nSynopsis\n=======================================\n\nI wanted a different test directory layout than the default $appname/tests.py,\nso I wrote this suite set-up, so you can have directory layouts like:\n\n $appname/\n tests/\n __init__.py\n test_models/\n __init__.py\n test_Blog.py\n test_Author.py\n test_Repository.py\n test_views.py\n\ninstead.\n\nTo use this in your django app, you just add the following to your\n$appname/tests/__init__.py module:\n\n>>> from djangox.test.depth import alltests\n...\n>>> def suite():\n... return alltests(__file__, __name__)\n \n\n======================================\nInstallation\n======================================\n\nTo install:\n\n >>> python ./setup.py install\n\n\nOr via easy_install:\n\n >>> easy_install django-unittest-depth", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/django-unittest-depth/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-unittest-depth", "package_url": "https://pypi.org/project/django-unittest-depth/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-unittest-depth/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/django-unittest-depth/" }, "release_url": "https://pypi.org/project/django-unittest-depth/0.6/", "requires_dist": null, "requires_python": null, "summary": "Run django unittest recursively", "version": "0.6" }, "last_serial": 790931, "releases": { "0.2": [], "0.4": [ { "comment_text": "", "digests": { "md5": "9294e2b3b9a61f35929bca11ffd89083", "sha256": "2360cc2066ff219cd19cb510dbe70e7f7c154ab0f0a95db0ecbcbbd8e3fab77b" }, "downloads": -1, "filename": "django_unittest_depth-0.4-py2.6.egg", "has_sig": false, "md5_digest": "9294e2b3b9a61f35929bca11ffd89083", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 5205, "upload_time": "2009-01-22T09:44:53", "url": "https://files.pythonhosted.org/packages/f4/74/1d67820cff647c215f72177816bc8990fc798df6d39eabc4e4abcb368af6/django_unittest_depth-0.4-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "5f0895004bff452baef38b792d10de66", "sha256": "b6985581de386b037b0844635628a23545fa524d87a1fbd3d549a31466fe6fa1" }, "downloads": -1, "filename": "django-unittest-depth-0.4.tar.gz", "has_sig": false, "md5_digest": "5f0895004bff452baef38b792d10de66", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2747, "upload_time": "2009-01-22T09:44:53", "url": "https://files.pythonhosted.org/packages/f0/65/8c5c70e0765098ea408990cb7a308298d6042e5f946be31bab1d0548a885/django-unittest-depth-0.4.tar.gz" } ], "0.5": [], "0.6": [ { "comment_text": "", "digests": { "md5": "5fd24692d91e8c45a907a2bac7b11cca", "sha256": "253a7655a4d33b178a6c5b6fa361d5193583d55a1d20a31cf7c4edba453cbca0" }, "downloads": -1, "filename": "django-unittest-depth-0.6.tar.gz", "has_sig": false, "md5_digest": "5fd24692d91e8c45a907a2bac7b11cca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2559, "upload_time": "2009-02-07T16:42:37", "url": "https://files.pythonhosted.org/packages/aa/ea/1ed8293e8d6efb8585d30cfe024d901ec1da5f758d4a5e7ba15ee4762566/django-unittest-depth-0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5fd24692d91e8c45a907a2bac7b11cca", "sha256": "253a7655a4d33b178a6c5b6fa361d5193583d55a1d20a31cf7c4edba453cbca0" }, "downloads": -1, "filename": "django-unittest-depth-0.6.tar.gz", "has_sig": false, "md5_digest": "5fd24692d91e8c45a907a2bac7b11cca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2559, "upload_time": "2009-02-07T16:42:37", "url": "https://files.pythonhosted.org/packages/aa/ea/1ed8293e8d6efb8585d30cfe024d901ec1da5f758d4a5e7ba15ee4762566/django-unittest-depth-0.6.tar.gz" } ] }