pytest-assist


Namepytest-assist JSON
Version 0.1.3 PyPI version JSON
download
home_pageNone
Summarypytest plugin library
upload_time2025-10-29 01:32:23
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords pytest automation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Introduction

`pytest-assist` is an enhancement of pytest. 

It provides a GUI in web browser, including the following functionalities:

- selecting which cases to run by tags, keywords, target files/classes/functions
- realtime monitoring test ongoing results even from remote 
- generate pretty reports with report functions


## Installation

```py
pip install pytest-assist
```

## User Guide

Please refer to https://jcyrss.github.io/pytest-assist


## Screenshots

![t2](https://github.com/jcyrss/baiyueheiyu/assets/10496014/ca7fc08d-0f06-4194-8477-9ae46c6918ae)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pytest-assist",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pytest, automation",
    "author": null,
    "author_email": "Jiang Chunyang \u767d\u6708\u9ed1\u7fbd-\u6c5f\u6625\u9633 <jcyrss@gmail.com>",
    "download_url": null,
    "platform": null,
    "description": "## Introduction\r\n\r\n`pytest-assist` is an enhancement of pytest. \r\n\r\nIt provides a GUI in web browser, including the following functionalities:\r\n\r\n- selecting which cases to run by tags, keywords, target files/classes/functions\r\n- realtime monitoring test ongoing results even from remote \r\n- generate pretty reports with report functions\r\n\r\n\r\n## Installation\r\n\r\n```py\r\npip install pytest-assist\r\n```\r\n\r\n## User Guide\r\n\r\nPlease refer to https://jcyrss.github.io/pytest-assist\r\n\r\n\r\n## Screenshots\r\n\r\n![t2](https://github.com/jcyrss/baiyueheiyu/assets/10496014/ca7fc08d-0f06-4194-8477-9ae46c6918ae)\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "pytest plugin library",
    "version": "0.1.3",
    "project_urls": {
        "Download": "https://pypi.python.org/pypi/pytest-assist",
        "Homepage": "https://jcyrss.github.io/pytest-assist"
    },
    "split_keywords": [
        "pytest",
        " automation"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "992406966f71561c7df6fbe48a34d727e68b9c98bc0d0e58c6b0e33978b08e45",
                "md5": "9fb25644d4571abf118dd7e907c059cc",
                "sha256": "267549fd18215daef5f6a76e232bb22469280df22e7654949d6b40e5ad177af1"
            },
            "downloads": -1,
            "filename": "pytest_assist-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9fb25644d4571abf118dd7e907c059cc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 94671,
            "upload_time": "2025-10-29T01:32:23",
            "upload_time_iso_8601": "2025-10-29T01:32:23.102199Z",
            "url": "https://files.pythonhosted.org/packages/99/24/06966f71561c7df6fbe48a34d727e68b9c98bc0d0e58c6b0e33978b08e45/pytest_assist-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-29 01:32:23",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pytest-assist"
}
        
Elapsed time: 3.47733s