nose-py3


Namenose-py3 JSON
Version 1.6.3 PyPI version JSON
download
home_pagehttps://github.com/atsb/nose-py3
Summarynose extends unittest to make testing easier - python3 version
upload_time2023-09-20 19:19:37
maintainerAdam Bilbrough
docs_urlNone
authorAdam Bilbrough
requires_python>=3.6
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/atsb/nose-py3
        

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/atsb/nose-py3",
    "name": "nose-py3",
    "maintainer": "Adam Bilbrough",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "test unittest doctest automatic discovery",
    "author": "Adam Bilbrough",
    "author_email": "",
    "download_url": "",
    "platform": null,
    "description": "nose extends the test loading and running features of unittest, making\r\n        it easier to write, find and run tests.\r\n    \r\n        By default, nose will run tests in files or directories under the current\r\n        working directory whose names include \"test\" or \"Test\" at a word boundary\r\n        (like \"test_this\" or \"functional_test\" or \"TestClass\" but not\r\n        \"libtest\"). Test output is similar to that of unittest, but also includes\r\n        captured stdout output from failing tests, for easy print-style debugging.\r\n    \r\n        These features, and many more, are customizable through the use of\r\n        plugins. Plugins included with nose provide support for doctest, code\r\n        coverage and profiling, flexible attribute-based test selection,\r\n        output capture and more. More information about writing plugins may be\r\n        found on in the nose API documentation, here:\r\n        http://readthedocs.org/docs/nose/\r\n    \r\n        If you have recently reported a bug marked as fixed, or have a craving for\r\n        the very latest, you may want the development version instead:\r\n        https://github.com/atsb/nose-py3\r\n        \r\n",
    "bugtrack_url": null,
    "license": "GNU LGPL",
    "summary": "nose extends unittest to make testing easier - python3 version",
    "version": "1.6.3",
    "project_urls": {
        "Homepage": "https://github.com/atsb/nose-py3"
    },
    "split_keywords": [
        "test",
        "unittest",
        "doctest",
        "automatic",
        "discovery"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ba2ccb7059d50d5188aa00ee20c343de16878088ce164fadbef6e440987daec",
                "md5": "b59d45259b6e43a365c717f3ddb562d6",
                "sha256": "97daa91c0f1aa0594857aac709ba6da52f5a7d88d16b618b2506d595e2d0580e"
            },
            "downloads": -1,
            "filename": "nose_py3-1.6.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b59d45259b6e43a365c717f3ddb562d6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 162205,
            "upload_time": "2023-09-20T19:19:37",
            "upload_time_iso_8601": "2023-09-20T19:19:37.721667Z",
            "url": "https://files.pythonhosted.org/packages/4b/a2/ccb7059d50d5188aa00ee20c343de16878088ce164fadbef6e440987daec/nose_py3-1.6.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-20 19:19:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "atsb",
    "github_project": "nose-py3",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "tox": true,
    "lcname": "nose-py3"
}
        
Elapsed time: 0.11708s