{ "info": { "author": "Federico Bond", "author_email": "federicobond@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "Operating System :: Unix", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Quality Assurance" ], "description": "pylint-unittest\n===============\n\n.. image:: https://travis-ci.org/federicobond/pylint-unittest.svg?branch=master\n :alt: Build Status\n :target: https://travis-ci.org/federicobond/pylint-unittest\n\n.. image:: https://img.shields.io/pypi/v/pylint-unittest.svg\n :alt: Latest Version\n :target: https://pypi.python.org/pypi/pylint-unittest\n\nAbout\n-----\n\n``pylint-unittest`` is a `Pylint `__ plugin for\ndetecting incorrect use of unittest assertions.\n\nInstallation\n------------\n\n::\n\n pip install pylint-unittest\n\nUsage\n-----\n\nEnsure ``pylint-unittest`` is installed and then execute:\n\n::\n\n pylint --load-plugins pylint_unittest [..other options..] \n\nAlternatively, add ``load_plugins=pylint_unittest`` to your ``pylintrc``\nfile, under the MASTER section.\n\nRules\n-----\n\nwrong-assertion\n~~~~~~~~~~~~~~~\n\nThis rule will complain if you use assertEqual with True, False or None\nas arguments instead of the respective ``assertTrue``, ``assertFalse``,\n``assertIsNone``.\n\ndeprecated-unittest-alias\n~~~~~~~~~~~~~~~~~~~~~~~~~\n\nThis rule will complain if you use a deprecated unittest alias. See\n`here `__\nfor more information.\n\nLicense\n-------\n\nGPL-3.0\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/federicobond/pylint-unittest", "keywords": "pylint", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "pylint-unittest", "package_url": "https://pypi.org/project/pylint-unittest/", "platform": "", "project_url": "https://pypi.org/project/pylint-unittest/", "project_urls": { "Homepage": "https://github.com/federicobond/pylint-unittest" }, "release_url": "https://pypi.org/project/pylint-unittest/0.1.3/", "requires_dist": null, "requires_python": "", "summary": "A Pylint plugin for detecting incorrect use of unittest assertions", "version": "0.1.3" }, "last_serial": 4621996, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "d017c1fa14cccb1a206a4a59667133c8", "sha256": "0a98951d25c62faa53571c2d14a1236979fabf753e8ae7af3a4abb863ac980fb" }, "downloads": -1, "filename": "pylint-unittest-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d017c1fa14cccb1a206a4a59667133c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3078, "upload_time": "2018-06-25T22:27:57", "url": "https://files.pythonhosted.org/packages/91/d0/8e815d7a33a68dcc366886409a0d33ae996e074b07a357492d9665cf5870/pylint-unittest-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "89b12e65eed748e59aea605232bf63a4", "sha256": "d2ffc0a18ed0a45ba7a9f27beb4c2cd1fa374fec2d5fe731e7b9906a9c8c5563" }, "downloads": -1, "filename": "pylint-unittest-0.1.1.tar.gz", "has_sig": false, "md5_digest": "89b12e65eed748e59aea605232bf63a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3577, "upload_time": "2018-06-26T18:52:29", "url": "https://files.pythonhosted.org/packages/e4/09/7c0f982ac7042810d305b827ee6cd997c2ab583530c9a180674edf380578/pylint-unittest-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "30c5276b38e37f41371d13e465c1f668", "sha256": "4763c2544c4aaf15413fecb5c6dd915ea5814bc39dbce029ad4a00f83d19f223" }, "downloads": -1, "filename": "pylint-unittest-0.1.2.tar.gz", "has_sig": false, "md5_digest": "30c5276b38e37f41371d13e465c1f668", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3937, "upload_time": "2018-06-26T21:26:16", "url": "https://files.pythonhosted.org/packages/be/52/400c47cb948692388c2d02102c349c848f759e698528b6846a6757b3a18a/pylint-unittest-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "ad0425a73baad764ae7866740ec7bfe6", "sha256": "53c09e1c45c34c8137db39ab1b2ffa6bd430bfd889c90ef2df3f134c7b8f50f9" }, "downloads": -1, "filename": "pylint-unittest-0.1.3.tar.gz", "has_sig": false, "md5_digest": "ad0425a73baad764ae7866740ec7bfe6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3932, "upload_time": "2018-12-20T18:59:44", "url": "https://files.pythonhosted.org/packages/da/51/a73ed23ebe4083fcb1dda3afc9468c409c722a258c6ff919e4672584f3d6/pylint-unittest-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ad0425a73baad764ae7866740ec7bfe6", "sha256": "53c09e1c45c34c8137db39ab1b2ffa6bd430bfd889c90ef2df3f134c7b8f50f9" }, "downloads": -1, "filename": "pylint-unittest-0.1.3.tar.gz", "has_sig": false, "md5_digest": "ad0425a73baad764ae7866740ec7bfe6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3932, "upload_time": "2018-12-20T18:59:44", "url": "https://files.pythonhosted.org/packages/da/51/a73ed23ebe4083fcb1dda3afc9468c409c722a258c6ff919e4672584f3d6/pylint-unittest-0.1.3.tar.gz" } ] }