pytest-pythonhashseed


Namepytest-pythonhashseed JSON
Version 1.0.1 PyPI version JSON
download
home_page
SummaryPytest plugin to set PYTHONHASHSEED env var.
upload_time2024-02-25 06:59:10
maintainer
docs_urlNone
author
requires_python>=3.6
license
keywords env envvars pytest pythonhashseed testing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pytest-pythonhashseed

Pytest plugin to define PYTHONHASHSEED env var for tests.

## Install
```sh
pip install pytest-pythonhashseed
```

## Run
```sh
pytest --pythonhashseed 123
```

## License

Licensed under the terms of the
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pytest-pythonhashseed",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "env,envvars,pytest,pythonhashseed,testing",
    "author": "",
    "author_email": "Michael Samoglyadov <mixas.sr@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f2/a6/54bf81ce633d7b23bb1ec9292bf5f6e189512b7544d04c8da039e94f23ed/pytest_pythonhashseed-1.0.1.tar.gz",
    "platform": null,
    "description": "# pytest-pythonhashseed\n\nPytest plugin to define PYTHONHASHSEED env var for tests.\n\n## Install\n```sh\npip install pytest-pythonhashseed\n```\n\n## Run\n```sh\npytest --pythonhashseed 123\n```\n\n## License\n\nLicensed under the terms of the\n[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Pytest plugin to set PYTHONHASHSEED env var.",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/mr-mixas/pytest-pythonhashseed",
        "Repository": "https://github.com/mr-mixas/pytest-pythonhashseed.git"
    },
    "split_keywords": [
        "env",
        "envvars",
        "pytest",
        "pythonhashseed",
        "testing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53e4070621a2ef055776a9c974d48160dc6f82eb66d9e7f7c5729ba75b0ab943",
                "md5": "5fa0f96ffed3a974be1c1a885c9a5534",
                "sha256": "334eb0bd26f076de5244562314a1d11f27b19c9ef1c94622809e36427e3d09ef"
            },
            "downloads": -1,
            "filename": "pytest_pythonhashseed-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5fa0f96ffed3a974be1c1a885c9a5534",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 6978,
            "upload_time": "2024-02-25T06:59:08",
            "upload_time_iso_8601": "2024-02-25T06:59:08.831922Z",
            "url": "https://files.pythonhosted.org/packages/53/e4/070621a2ef055776a9c974d48160dc6f82eb66d9e7f7c5729ba75b0ab943/pytest_pythonhashseed-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2a654bf81ce633d7b23bb1ec9292bf5f6e189512b7544d04c8da039e94f23ed",
                "md5": "261361138a8a2d1e3b32a5ec91a84db1",
                "sha256": "b5681f15d9e7f9efca4f92d527e1f768c78fb65e4aa537044eef33d3f1d731c2"
            },
            "downloads": -1,
            "filename": "pytest_pythonhashseed-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "261361138a8a2d1e3b32a5ec91a84db1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 6061,
            "upload_time": "2024-02-25T06:59:10",
            "upload_time_iso_8601": "2024-02-25T06:59:10.331336Z",
            "url": "https://files.pythonhosted.org/packages/f2/a6/54bf81ce633d7b23bb1ec9292bf5f6e189512b7544d04c8da039e94f23ed/pytest_pythonhashseed-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-25 06:59:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mr-mixas",
    "github_project": "pytest-pythonhashseed",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pytest-pythonhashseed"
}
        
Elapsed time: 0.18961s