pytest-assist


Namepytest-assist JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://jcyrss.github.io/pytest-assist
Summaryload testing library
upload_time2024-06-24 03:44:57
maintainerNone
docs_urlNone
authorbyhy
requires_python>=3.8
licenseMIT
keywords pytest automation testautomation
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": "https://jcyrss.github.io/pytest-assist",
    "name": "pytest-assist",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pytest automation testautomation",
    "author": "byhy",
    "author_email": "jcyrss@gmail.com",
    "download_url": "https://pypi.python.org/pypi/pytest-assist",
    "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": "MIT",
    "summary": "load testing library",
    "version": "0.1.1",
    "project_urls": {
        "Download": "https://pypi.python.org/pypi/pytest-assist",
        "Homepage": "https://jcyrss.github.io/pytest-assist"
    },
    "split_keywords": [
        "pytest",
        "automation",
        "testautomation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dee8bf70f7654a2a5dbd0deec15b02279232794e447e3077f7b0c37dcff23f73",
                "md5": "7b35edb98a8e113b3157b137df025c57",
                "sha256": "e134a7fa698eed471d1e286544142fe551c497f9ddc97e214863a96b3388d080"
            },
            "downloads": -1,
            "filename": "pytest_assist-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7b35edb98a8e113b3157b137df025c57",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 94448,
            "upload_time": "2024-06-24T03:44:57",
            "upload_time_iso_8601": "2024-06-24T03:44:57.250670Z",
            "url": "https://files.pythonhosted.org/packages/de/e8/bf70f7654a2a5dbd0deec15b02279232794e447e3077f7b0c37dcff23f73/pytest_assist-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-24 03:44:57",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pytest-assist"
}
        
Elapsed time: 0.27928s