{ "info": { "author": "Nekmo", "author_email": "nekmo@alsur.es", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "=======================\ndjango-admin-auto-tests\n=======================\nSimple and automated coverage for your Django Admin pages.\n\nCreate tests to check the correct functioning of your Admin pages. Includes support for:\n\n* Model **List** page is working.\n* **Add** page is working and saves a new record.\n* **Modify** page is working and saves a existing record.\n* **Delete** page is working and removes a existing record.\n* Add/Delete/Modify **permissions**.\n\nUsing it is as easy as:\n\n.. code-block::python\n\n class MyModelAdminTestCase(ModelAdminTestCase):\n model = MyModel\n\n\nThat is all! But you can personalize it:\n\n.. code-block::python\n\n class MyModelAdminTestCase(ModelAdminTestCase):\n # The response code to return. This is useful\n # for when you must return 403 (forbidden)\n add_status_code = 200\n changelist_status_code = 200\n change_status_code = 200\n delete_status_code = 200\n # Fields that should not be created/modified\n # when the form is submitted.\n form_data_exclude_fields = ()\n # Fixed value when submitting the form.\n form_data_update = {}\n # Skip default tests\n skip_add = False\n skip_create = False\n skip_change = False\n skip_delete = False\n\n model = MyModel\n\nThis module uses **django-autofixture** to create the information.\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/Nekmo/django-admin-auto-tests/archive/master.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Nekmo/django-admin-auto-tests", "keywords": "django,admin,testing,test,automatic,auto,generator", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-admin-auto-tests", "package_url": "https://pypi.org/project/django-admin-auto-tests/", "platform": "linux", "project_url": "https://pypi.org/project/django-admin-auto-tests/", "project_urls": { "Download": "https://github.com/Nekmo/django-admin-auto-tests/archive/master.zip", "Homepage": "https://github.com/Nekmo/django-admin-auto-tests" }, "release_url": "https://pypi.org/project/django-admin-auto-tests/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Package description", "version": "0.1.2" }, "last_serial": 2593635, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "7ed33ccb28175e573e4611b0932c1f84", "sha256": "970703da40b94734c890b16fd3d5dcdd3d519fbf7fd402dedfc0bd650e0b0978" }, "downloads": -1, "filename": "django-admin-auto-tests-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7ed33ccb28175e573e4611b0932c1f84", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6287, "upload_time": "2017-01-23T18:30:43", "url": "https://files.pythonhosted.org/packages/f1/24/f7e35002735e19d34ac486c200aa6a79963a85e93a7f40fd825a9beb3b73/django-admin-auto-tests-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "387dd82d68f5e974ad2d393541f34bf2", "sha256": "ba9e6285536a83952a1b1ab5508a240794d62926b3d79c98e2d0024004bf4e1e" }, "downloads": -1, "filename": "django-admin-auto-tests-0.1.2.tar.gz", "has_sig": false, "md5_digest": "387dd82d68f5e974ad2d393541f34bf2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7433, "upload_time": "2017-01-23T19:26:12", "url": "https://files.pythonhosted.org/packages/f8/ec/e78760438e71d0685621ae3000b8835cf67ffc83c9bff2c51c752b1b77b1/django-admin-auto-tests-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "387dd82d68f5e974ad2d393541f34bf2", "sha256": "ba9e6285536a83952a1b1ab5508a240794d62926b3d79c98e2d0024004bf4e1e" }, "downloads": -1, "filename": "django-admin-auto-tests-0.1.2.tar.gz", "has_sig": false, "md5_digest": "387dd82d68f5e974ad2d393541f34bf2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7433, "upload_time": "2017-01-23T19:26:12", "url": "https://files.pythonhosted.org/packages/f8/ec/e78760438e71d0685621ae3000b8835cf67ffc83c9bff2c51c752b1b77b1/django-admin-auto-tests-0.1.2.tar.gz" } ] }