nose


Namenose JSON
Version 1.3.7 PyPI version JSON
download
home_pagehttp://readthedocs.org/docs/nose/
Summarynose extends unittest to make testing easier
upload_time2015-06-02 09:12:32
maintainerNone
docs_urlhttps://pythonhosted.org/nose/
authorJason Pellerin
requires_pythonNone
licenseGNU LGPL
keywords test unittest doctest automatic discovery
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            nose extends the test loading and running features of unittest, making
    it easier to write, find and run tests.

    By default, nose will run tests in files or directories under the current
    working directory whose names include "test" or "Test" at a word boundary
    (like "test_this" or "functional_test" or "TestClass" but not
    "libtest"). Test output is similar to that of unittest, but also includes
    captured stdout output from failing tests, for easy print-style debugging.

    These features, and many more, are customizable through the use of
    plugins. Plugins included with nose provide support for doctest, code
    coverage and profiling, flexible attribute-based test selection,
    output capture and more. More information about writing plugins may be
    found on in the nose API documentation, here:
    http://readthedocs.org/docs/nose/

    If you have recently reported a bug marked as fixed, or have a craving for
    the very latest, you may want the development version instead:
    https://github.com/nose-devs/nose/tarball/master#egg=nose-dev
            

Raw data

            {
    "_id": null,
    "home_page": "http://readthedocs.org/docs/nose/",
    "name": "nose",
    "maintainer": null,
    "docs_url": "https://pythonhosted.org/nose/",
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "test unittest doctest automatic discovery",
    "author": "Jason Pellerin",
    "author_email": "jpellerin+nose@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/58/a5/0dc93c3ec33f4e281849523a5a913fa1eea9a3068acfa754d44d88107a44/nose-1.3.7.tar.gz",
    "platform": "UNKNOWN",
    "description": "nose extends the test loading and running features of unittest, making\n    it easier to write, find and run tests.\n\n    By default, nose will run tests in files or directories under the current\n    working directory whose names include \"test\" or \"Test\" at a word boundary\n    (like \"test_this\" or \"functional_test\" or \"TestClass\" but not\n    \"libtest\"). Test output is similar to that of unittest, but also includes\n    captured stdout output from failing tests, for easy print-style debugging.\n\n    These features, and many more, are customizable through the use of\n    plugins. Plugins included with nose provide support for doctest, code\n    coverage and profiling, flexible attribute-based test selection,\n    output capture and more. More information about writing plugins may be\n    found on in the nose API documentation, here:\n    http://readthedocs.org/docs/nose/\n\n    If you have recently reported a bug marked as fixed, or have a craving for\n    the very latest, you may want the development version instead:\n    https://github.com/nose-devs/nose/tarball/master#egg=nose-dev",
    "bugtrack_url": null,
    "license": "GNU LGPL",
    "summary": "nose extends unittest to make testing easier",
    "version": "1.3.7",
    "split_keywords": [
        "test",
        "unittest",
        "doctest",
        "automatic",
        "discovery"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "2a10ed5020bd4785a91f96893204f65b",
                "sha256": "dadcddc0aefbf99eea214e0f1232b94f2fa9bd98fa8353711dacb112bfcbbb2a"
            },
            "downloads": -1,
            "filename": "nose-1.3.7-py2-none-any.whl",
            "has_sig": true,
            "md5_digest": "2a10ed5020bd4785a91f96893204f65b",
            "packagetype": "bdist_wheel",
            "python_version": "py2",
            "requires_python": null,
            "size": 154663,
            "upload_time": "2015-06-02T09:12:36",
            "upload_time_iso_8601": "2015-06-02T09:12:36.801799Z",
            "url": "https://files.pythonhosted.org/packages/99/4f/13fb671119e65c4dce97c60e67d3fd9e6f7f809f2b307e2611f4701205cb/nose-1.3.7-py2-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "3135984cc9cfcbe5d9c46e166d6743b0",
                "sha256": "9ff7c6cc443f8c51994b34a667bbcf45afd6d945be7477b52e97516fd17c53ac"
            },
            "downloads": -1,
            "filename": "nose-1.3.7-py3-none-any.whl",
            "has_sig": true,
            "md5_digest": "3135984cc9cfcbe5d9c46e166d6743b0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 154731,
            "upload_time": "2015-06-02T09:12:40",
            "upload_time_iso_8601": "2015-06-02T09:12:40.570975Z",
            "url": "https://files.pythonhosted.org/packages/15/d8/dd071918c040f50fa1cf80da16423af51ff8ce4a0f2399b7bf8de45ac3d9/nose-1.3.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "4d3ad0ff07b61373d2cefc89c5d0b20b",
                "sha256": "f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98"
            },
            "downloads": -1,
            "filename": "nose-1.3.7.tar.gz",
            "has_sig": true,
            "md5_digest": "4d3ad0ff07b61373d2cefc89c5d0b20b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 280488,
            "upload_time": "2015-06-02T09:12:32",
            "upload_time_iso_8601": "2015-06-02T09:12:32.961855Z",
            "url": "https://files.pythonhosted.org/packages/58/a5/0dc93c3ec33f4e281849523a5a913fa1eea9a3068acfa754d44d88107a44/nose-1.3.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2015-06-02 09:12:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "nose"
}
        
Elapsed time: 0.01323s