pytest-libfaketime


Namepytest-libfaketime JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/pytest-dev/pytest-libfaketime
SummaryA python-libfaketime plugin for pytest
upload_time2024-04-12 15:45:04
maintainerNone
docs_urlNone
authorYaal Coop
requires_python<4.0,>=3.8
licenseMIT
keywords libfaketime unit tests mock
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pytest-libfaketime [![Latest Version](https://img.shields.io/pypi/v/pytest-libfaketime.svg)](https://pypi.python.org/pypi/pytest-libfaketime)
[python-libfaketime](https://github.com/simon-weber/python-libfaketime) plugin for pytest, with support for [pytest-xdist](https://github.com/pytest-dev/pytest-xdist).

# Installation

```pip install pytest-libfaketime```

# Tests

```tox```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pytest-dev/pytest-libfaketime",
    "name": "pytest-libfaketime",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "libfaketime, unit tests, mock",
    "author": "Yaal Coop",
    "author_email": "contact@yaal.coop",
    "download_url": "https://files.pythonhosted.org/packages/7b/eb/3f59bef7dd2a30e4bd16361c70294da9a1b670d0d0881bde60dc6bb1ee0e/pytest_libfaketime-0.1.3.tar.gz",
    "platform": null,
    "description": "# pytest-libfaketime [![Latest Version](https://img.shields.io/pypi/v/pytest-libfaketime.svg)](https://pypi.python.org/pypi/pytest-libfaketime)\n[python-libfaketime](https://github.com/simon-weber/python-libfaketime) plugin for pytest, with support for [pytest-xdist](https://github.com/pytest-dev/pytest-xdist).\n\n# Installation\n\n```pip install pytest-libfaketime```\n\n# Tests\n\n```tox```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A python-libfaketime plugin for pytest",
    "version": "0.1.3",
    "project_urls": {
        "Homepage": "https://github.com/pytest-dev/pytest-libfaketime",
        "Repository": "https://github.com/pytest-dev/pytest-libfaketime"
    },
    "split_keywords": [
        "libfaketime",
        " unit tests",
        " mock"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b5c68ff351ab29bea0ee577e0d08c3ededf96b50dc2164cb71471b58764ac8e3",
                "md5": "09dfaa483bd8fb798ef29b57228f1471",
                "sha256": "f2b79206f51ad69a7e905b154189dece6396e4a138cebc8897d96e2b999581f6"
            },
            "downloads": -1,
            "filename": "pytest_libfaketime-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "09dfaa483bd8fb798ef29b57228f1471",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 2820,
            "upload_time": "2024-04-12T15:45:02",
            "upload_time_iso_8601": "2024-04-12T15:45:02.875467Z",
            "url": "https://files.pythonhosted.org/packages/b5/c6/8ff351ab29bea0ee577e0d08c3ededf96b50dc2164cb71471b58764ac8e3/pytest_libfaketime-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7beb3f59bef7dd2a30e4bd16361c70294da9a1b670d0d0881bde60dc6bb1ee0e",
                "md5": "329590d911cf9b1659dd1938470c58c1",
                "sha256": "113fa5cc364103eb290fb0c189bc2de6f3423c888263788c64dcfd01974a01c6"
            },
            "downloads": -1,
            "filename": "pytest_libfaketime-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "329590d911cf9b1659dd1938470c58c1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 2318,
            "upload_time": "2024-04-12T15:45:04",
            "upload_time_iso_8601": "2024-04-12T15:45:04.533695Z",
            "url": "https://files.pythonhosted.org/packages/7b/eb/3f59bef7dd2a30e4bd16361c70294da9a1b670d0d0881bde60dc6bb1ee0e/pytest_libfaketime-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-12 15:45:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pytest-dev",
    "github_project": "pytest-libfaketime",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pytest-libfaketime"
}
        
Elapsed time: 0.23749s