testpath


Nametestpath JSON
Version 0.6.0 PyPI version JSON
download
home_page
SummaryTest utilities for code working with files and commands
upload_time2022-02-23 20:05:07
maintainer
docs_urlNone
author
requires_python>= 3.5
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Testpath is a collection of utilities for Python code working with files and commands.

It contains functions to check things on the filesystem, and tools for mocking
system commands and recording calls to those.

`Documentation on ReadTheDocs <https://testpath.readthedocs.io/en/latest/>`_

e.g.::

    import testpath
    testpath.assert_isfile(path)
    
    with testpath.assert_calls('git', ['add', path]):
        function_under_test()

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "testpath",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">= 3.5",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Jupyter Development Team <jupyter@googlegroups.com>",
    "download_url": "https://files.pythonhosted.org/packages/08/ad/a3e7d580902f57e31d2181563fc4088894692bb6ef79b816344f27719cdc/testpath-0.6.0.tar.gz",
    "platform": "",
    "description": "Testpath is a collection of utilities for Python code working with files and commands.\n\nIt contains functions to check things on the filesystem, and tools for mocking\nsystem commands and recording calls to those.\n\n`Documentation on ReadTheDocs <https://testpath.readthedocs.io/en/latest/>`_\n\ne.g.::\n\n    import testpath\n    testpath.assert_isfile(path)\n    \n    with testpath.assert_calls('git', ['add', path]):\n        function_under_test()\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Test utilities for code working with files and commands",
    "version": "0.6.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "281de6bcd32e45d9408010d9c3df8ca7",
                "sha256": "8ada9f80a2ac6fb0391aa7cdb1a7d11cfa8429f693eda83f74dde570fe6fa639"
            },
            "downloads": -1,
            "filename": "testpath-0.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "281de6bcd32e45d9408010d9c3df8ca7",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">= 3.5",
            "size": 83894,
            "upload_time": "2022-02-23T20:05:04",
            "upload_time_iso_8601": "2022-02-23T20:05:04.758132Z",
            "url": "https://files.pythonhosted.org/packages/86/43/1ebfb29c2ca1df2bdb33dbcb2b526b77ee96873ba7b9e25650ddd4ae7156/testpath-0.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "9fd4339f76da12d15bc718e4aa2566e9",
                "sha256": "2f1b97e6442c02681ebe01bd84f531028a7caea1af3825000f52345c30285e0f"
            },
            "downloads": -1,
            "filename": "testpath-0.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9fd4339f76da12d15bc718e4aa2566e9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">= 3.5",
            "size": 93348,
            "upload_time": "2022-02-23T20:05:07",
            "upload_time_iso_8601": "2022-02-23T20:05:07.752818Z",
            "url": "https://files.pythonhosted.org/packages/08/ad/a3e7d580902f57e31d2181563fc4088894692bb6ef79b816344f27719cdc/testpath-0.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-02-23 20:05:07",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "testpath"
}
        
Elapsed time: 0.01250s