{ "info": { "author": "Andrey Nikishaev", "author_email": "creotiv@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Testing" ], "description": "==============================\nDjango Fuzzy Test\n==============================\n\nThis is the automatic Fuzzy Test tool for testing Django applications.\nIt generates url and params map based on your activity on dev server and then use it to fuzzy test your application.\n\nHow to use\n^^^^^^^^^^\n\nAdd to installed applications\n INSTALLED_APPS += ('django_fuzzytest',)\n\nRun fuzzyserver to collect url and params cache:\n python manage.py fuzzyserver --cache=.fuzzycache\n\nAfter data was collected you can start testing:\n python manage.py fuzzytest --cache=.fuzzycache\n\nHere's a screenshot of the panel in action:\n\n.. image:: https://raw.github.com/creotiv/django-fuzzytest/master/example.png\n :width: 1214\n :height: 747", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/creotiv/django-fuzzytest/tarball/0.1.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/creotiv/django-fuzzytest", "keywords": "testing,django,fuzzy", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-fuzzytest", "package_url": "https://pypi.org/project/django-fuzzytest/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-fuzzytest/", "project_urls": { "Download": "https://github.com/creotiv/django-fuzzytest/tarball/0.1.0", "Homepage": "https://github.com/creotiv/django-fuzzytest" }, "release_url": "https://pypi.org/project/django-fuzzytest/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "This is the automatic Fuzzy Test tool for testing Django applications.", "version": "0.1.0" }, "last_serial": 1689912, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "c30bd3c84c1827e10e18d326b46111f8", "sha256": "bab6d3cf813494d294897d0dc978a2353637fd2a4f4e776b791a20ef8c943980" }, "downloads": -1, "filename": "django-fuzzytest-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c30bd3c84c1827e10e18d326b46111f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2723, "upload_time": "2015-08-23T18:54:18", "url": "https://files.pythonhosted.org/packages/a1/b4/60da8c2d8ef323d4cd94c6b2cf70ab6c00a025a2c831ff8b2eb297d0ae62/django-fuzzytest-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c30bd3c84c1827e10e18d326b46111f8", "sha256": "bab6d3cf813494d294897d0dc978a2353637fd2a4f4e776b791a20ef8c943980" }, "downloads": -1, "filename": "django-fuzzytest-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c30bd3c84c1827e10e18d326b46111f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2723, "upload_time": "2015-08-23T18:54:18", "url": "https://files.pythonhosted.org/packages/a1/b4/60da8c2d8ef323d4cd94c6b2cf70ab6c00a025a2c831ff8b2eb297d0ae62/django-fuzzytest-0.1.0.tar.gz" } ] }