{ "info": { "author": "Petr Viktorin", "author_email": "encukou@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Nose order plugin\n\nThis plugin allows methods in Nose test classes to run in the order they are\ndefined, rather than alphabetically.\n\nNote that it is bad practice to rely on test order. If you can avoid it, do so;\notherwise this plugin is for you.\n\nINSTALLATION\n\nFrom PyPI: pip install nose_order_plugin\nFrom source: setup.py install\n\nUSAGE\n\n- Mark the test class with the nose_order_plugin.ordered decorator\n- Pass the --with-ordered-tests option to Nose\n\nCAVEATS\n\n- Only plain classes may be ordered. Classes deriving from unittest.TestCase\n are incompatible with this plugin.\n- The plugin looks at source code lines for ordering; if the methods are not\n defined in a single file (or other magic is used), the ordering might not be\n precise.\n- Test generators are not supported -- they might work, but they're untested.\n\nDEVELOPMENT\n\nThe current maintainer is Petr Viktorin \nThe plugin was originally developed as part of the FreeIPA project.\n\nDevelopment is done on Github: github.com/encukou/nose-order-plugin\nIssues and pull requests are welcome.\n\nA Github-less workflow is also available:\n- git clone github.com/encukou/nose-order-plugin\n- Create a set of patches and mail them to the author,\n or host a Git branch and send a link to it by e-mail.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/encukou/nose_order_plugin", "keywords": null, "license": "GNU GPLv3+", "maintainer": null, "maintainer_email": null, "name": "nose-order-plugin", "package_url": "https://pypi.org/project/nose-order-plugin/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/nose-order-plugin/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/encukou/nose_order_plugin" }, "release_url": "https://pypi.org/project/nose-order-plugin/0.1/", "requires_dist": null, "requires_python": null, "summary": "Nose test method ordering plugin", "version": "0.1" }, "last_serial": 841562, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "2a63dc31e0c9fa77bbdaf72840320710", "sha256": "f8f5ec802c6acb2f6cc6d5ab416995869c75c560ccba241613f3df12829a0932" }, "downloads": -1, "filename": "nose-order-plugin-0.1.tar.gz", "has_sig": false, "md5_digest": "2a63dc31e0c9fa77bbdaf72840320710", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2869, "upload_time": "2013-08-16T14:23:17", "url": "https://files.pythonhosted.org/packages/c8/72/ef242e9067faf13320b7b930743df4e2120c3cd41e2219c398d793e17619/nose-order-plugin-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2a63dc31e0c9fa77bbdaf72840320710", "sha256": "f8f5ec802c6acb2f6cc6d5ab416995869c75c560ccba241613f3df12829a0932" }, "downloads": -1, "filename": "nose-order-plugin-0.1.tar.gz", "has_sig": false, "md5_digest": "2a63dc31e0c9fa77bbdaf72840320710", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2869, "upload_time": "2013-08-16T14:23:17", "url": "https://files.pythonhosted.org/packages/c8/72/ef242e9067faf13320b7b930743df4e2120c3cd41e2219c398d793e17619/nose-order-plugin-0.1.tar.gz" } ] }