{ "info": { "author": "Martin Rusev", "author_email": "martinrusev@live.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "=================\ndjango-autotest\n=================\n\nDjango autotest is a custom command for your applications\nthat runs the test suite when you save a test file and displays\na desktop notification with the results.\n\n===============\n Installation\n===============\n\n\n1. Install the package with ``pip install django_autotest`` or alternatively you can \ndownload the tarball and run ``python setup.py install``\n\n2. Add ``autotest`` to your INSTALLED_APPS list in settings.py\n \n\n::\n\n\tINSTALLED_APPS = ('autotest')\n\n\n\n3. Add a PROJECT_ROOT variable to ``settings.py`` with the absolute path to your Django application. \n\n::\n\n\tfrom os.path import abspath, dirname \n\n\tPROJECT_ROOT = abspath(dirname(__file__))\n\t\n\t# or if you have already defined that for another purposes ( templates for example )\n\tPROJECT_ROOT = MY_PROJECT_ROOT_DIRECTORY\n\n\n=========\n Usage \n=========\n\n\n\n\n==================\n Additional notes\n==================\n\n\n\n===============\n Requirements\n===============\n\n\nDjango 1.2+\n\nwatchdog\n\nFor the notifications:\n\nlibnotify ( Linux )\nGrowl ( Windows and Mac )", "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/martinrusev/django-autotest", "keywords": "django,tests,autotest,", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django_autotest", "package_url": "https://pypi.org/project/django_autotest/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django_autotest/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/martinrusev/django-autotest" }, "release_url": "https://pypi.org/project/django_autotest/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Django autotest is a command that automaticaly runs the test suite", "version": "0.1.0" }, "last_serial": 791072, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "99c9e57921887395f4e94269f08d3ac7", "sha256": "3ec8446affe488f21406012d7f37bc41c546bea2aab27d41daeac2aab9ab75f0" }, "downloads": -1, "filename": "django_autotest-0.1.0.tar.gz", "has_sig": false, "md5_digest": "99c9e57921887395f4e94269f08d3ac7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4694, "upload_time": "2011-08-24T22:46:15", "url": "https://files.pythonhosted.org/packages/a6/f7/4f4620797c11f0f1fd4390a9e13a435a47ff36e0d7efe163e9a51e6c3a2b/django_autotest-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "99c9e57921887395f4e94269f08d3ac7", "sha256": "3ec8446affe488f21406012d7f37bc41c546bea2aab27d41daeac2aab9ab75f0" }, "downloads": -1, "filename": "django_autotest-0.1.0.tar.gz", "has_sig": false, "md5_digest": "99c9e57921887395f4e94269f08d3ac7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4694, "upload_time": "2011-08-24T22:46:15", "url": "https://files.pythonhosted.org/packages/a6/f7/4f4620797c11f0f1fd4390a9e13a435a47ff36e0d7efe163e9a51e6c3a2b/django_autotest-0.1.0.tar.gz" } ] }