{ "info": { "author": "Shane Allgeier", "author_email": "shaneallgeier@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: Public Domain", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Unix Shell" ], "description": "django-app-tester\n=================\n\nAbout\n-----\ndjango_apptest is a command-line utility for testing your pluggable Django apps\noutside of a fully-configured project. It will bootstrap Django and run the tests\ninside your app without having to create a Django project, fill out a settings.py\nfile or any other preparation.\n\n\nUsage\n-----\nTo run the test suite on an app called **my_app**, ``cd`` into the directory above\nthe my_app directory and run::\n\n $ django_apptest my_app\n\n \nUse as a module\n---------------\n\nThe simplest way of using django_apptest as a module is via the ``DjangoAppTest``\nclass.\n\n.. code-block:: python\n\n >>> from django_apptest import DjangoAppTest\n >>> DjangoAppTest('my_app', 'your_app').run_tests()", "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/shaneallgeier/django-app-tester", "keywords": "automation,unit tests,django app testing", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-app-tester", "package_url": "https://pypi.org/project/django-app-tester/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-app-tester/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/shaneallgeier/django-app-tester" }, "release_url": "https://pypi.org/project/django-app-tester/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "A tool that runs the Django test suite for a given application without requiring a fully-configured project", "version": "0.1.1" }, "last_serial": 789099, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "daacfb4ac96e4508843ca50725bf3838", "sha256": "bd35a3268c37a80007d400de4b82f18205b99b7cc29acd924f085353922bed83" }, "downloads": -1, "filename": "django-app-tester-0.1.zip", "has_sig": false, "md5_digest": "daacfb4ac96e4508843ca50725bf3838", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5737, "upload_time": "2013-02-26T17:32:19", "url": "https://files.pythonhosted.org/packages/91/be/8ad732c15fc54f291f750d854999102559fd804093b52e472660515ed188/django-app-tester-0.1.zip" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "b01f715e5abc55408826f9e864cc49e8", "sha256": "ea5099d2ef3b9e6b6212c7dc620bd6b30f4c39ed5ec4b71b6ad76ac986c92efd" }, "downloads": -1, "filename": "django-app-tester-0.1.1.zip", "has_sig": false, "md5_digest": "b01f715e5abc55408826f9e864cc49e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6184, "upload_time": "2013-02-27T21:38:36", "url": "https://files.pythonhosted.org/packages/b5/3e/bcff1f9106d155d87d4eb58c3bb7939a755f237c97b36d457d9532e19b28/django-app-tester-0.1.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b01f715e5abc55408826f9e864cc49e8", "sha256": "ea5099d2ef3b9e6b6212c7dc620bd6b30f4c39ed5ec4b71b6ad76ac986c92efd" }, "downloads": -1, "filename": "django-app-tester-0.1.1.zip", "has_sig": false, "md5_digest": "b01f715e5abc55408826f9e864cc49e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6184, "upload_time": "2013-02-27T21:38:36", "url": "https://files.pythonhosted.org/packages/b5/3e/bcff1f9106d155d87d4eb58c3bb7939a755f237c97b36d457d9532e19b28/django-app-tester-0.1.1.zip" } ] }