{ "info": { "author": "Matt Luongo", "author_email": "mhluongo@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: POSIX", "Programming Language :: Python", "Topic :: Software Development :: Bug Tracking", "Topic :: Software Development :: Quality Assurance", "Topic :: Software Development :: Testing" ], "description": "How to use regression tests\n---------------------------\n**If regression tests are already installed, skip to step 5.\n\n1)Create your test files.\n2)Download the plugin package.\n3)Change directories into the plugin folder\n4)Run `pip install -e .'\n5)Run `nosetests --with-regression' where you would normally run\n your nose tests\n6)???\n7)Profit while you look at your fancy new reg_settings.py\n\n\nOutput\n------\nAt the end of the nosetest output, Nose Regression will print out \nany tests that used to fail but now pass (if any) and any tests that \nshould pass but happened to fail (if any). All tests are separated \nand say which module they're from.\n\n\nOptions\n-------\n-n/--new Run tests that should fail to quickly see if any tests \n are now functional\n-r/--reg Run tests that shouldn't fail to quickly see if any tests \n are now broken\n-W Don't write to reg_settings.py\n-f/--file Specify which reg_settings.py file you want to use \n (not completely functional)\n\nInside the reg_settings.py file, there's an options dictionary at the top. \nIf you want any options to always run (excluding -f/--file) place the short \noption as the key and any required values as the value. Currently just leave \nthe value as '' as the only option requiring a value is -f/--file.\n\n\nNotes\n-----\nThis plugin does not yet fully support methods, only functions. Please note \nthis when creating tests you want to use with this plugin.\n\nThanks for using it! :)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://packages.python.org/nose-regression", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "nose-regression", "package_url": "https://pypi.org/project/nose-regression/", "platform": "posix", "project_url": "https://pypi.org/project/nose-regression/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://packages.python.org/nose-regression" }, "release_url": "https://pypi.org/project/nose-regression/1.0/", "requires_dist": null, "requires_python": null, "summary": "A simple regression testing plugin for nose.", "version": "1.0" }, "last_serial": 795512, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "4f31de70660384718a3fbaeb9a1e1391", "sha256": "a6ff21fda6ef402fc30d889fb45a438f93182a530a5a7bc68bbeb93e331f5ae6" }, "downloads": -1, "filename": "nose-regression-1.0.tar.gz", "has_sig": false, "md5_digest": "4f31de70660384718a3fbaeb9a1e1391", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5130, "upload_time": "2011-08-15T21:54:12", "url": "https://files.pythonhosted.org/packages/dc/a2/a1b0822dc1399490378d6fed376bc36bb40e48051c3dc29430702c9447c7/nose-regression-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4f31de70660384718a3fbaeb9a1e1391", "sha256": "a6ff21fda6ef402fc30d889fb45a438f93182a530a5a7bc68bbeb93e331f5ae6" }, "downloads": -1, "filename": "nose-regression-1.0.tar.gz", "has_sig": false, "md5_digest": "4f31de70660384718a3fbaeb9a1e1391", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5130, "upload_time": "2011-08-15T21:54:12", "url": "https://files.pythonhosted.org/packages/dc/a2/a1b0822dc1399490378d6fed376bc36bb40e48051c3dc29430702c9447c7/nose-regression-1.0.tar.gz" } ] }