pytest-excel


Namepytest-excel JSON
Version 1.6.0 PyPI version JSON
download
home_pagehttps://github.com/ssrikanta/pytest-excel
Summarypytest plugin for generating excel reports
upload_time2023-09-14 02:59:52
maintainer
docs_urlNone
authorsantosh
requires_python
licenseMIT
keywords py.test pytest excel report
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            pytest-excel
================


pytest-excel is a plugin for `py.test <http://pytest.org>`_ that allows to 
to create excel report for test results.


Requirements
------------

You will need the following prerequisites in order to use pytest-excel:

- Python 3.9, 3.10 and above
- pytest 3.6.0 or newer
- pandas


Installation
------------

To install pytest-excel::

    $�pip install pytest-excel

Then run your tests with::

    $�py.test --excelreport=report.xls

If you would like more detailed output (one test per line), then you may use the verbose option::

    $ py.test --verbose

If you would like to run tests without execution to collect test doc string::

    $ py.test --excelreport=report.xls --collect-only


If you would like to get timestamp in the as filename::

    $ py.test --excelreport=report%Y-%M-dT%H%.xls

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ssrikanta/pytest-excel",
    "name": "pytest-excel",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "py.test pytest excel report",
    "author": "santosh",
    "author_email": "santosh.srikanta@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/44/c1/f51a3393a3548b05939556154fb7e1d9602a9757bf71cc45182d978af438/pytest-excel-1.6.0.tar.gz",
    "platform": null,
    "description": "pytest-excel\r\n================\r\n\r\n\r\npytest-excel is a plugin for `py.test <http://pytest.org>`_ that allows to \r\nto create excel report for test results.\r\n\r\n\r\nRequirements\r\n------------\r\n\r\nYou will need the following prerequisites in order to use pytest-excel:\r\n\r\n- Python 3.9, 3.10 and above\r\n- pytest 3.6.0 or newer\r\n- pandas\r\n\r\n\r\nInstallation\r\n------------\r\n\r\nTo install pytest-excel::\r\n\r\n    $\ufffdpip install pytest-excel\r\n\r\nThen run your tests with::\r\n\r\n    $\ufffdpy.test --excelreport=report.xls\r\n\r\nIf you would like more detailed output (one test per line), then you may use the verbose option::\r\n\r\n    $ py.test --verbose\r\n\r\nIf you would like to run tests without execution to collect test doc string::\r\n\r\n    $ py.test --excelreport=report.xls --collect-only\r\n\r\n\r\nIf you would like to get timestamp in the as filename::\r\n\r\n    $ py.test --excelreport=report%Y-%M-dT%H%.xls\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "pytest plugin for generating excel reports",
    "version": "1.6.0",
    "project_urls": {
        "Homepage": "https://github.com/ssrikanta/pytest-excel"
    },
    "split_keywords": [
        "py.test",
        "pytest",
        "excel",
        "report"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "44c1f51a3393a3548b05939556154fb7e1d9602a9757bf71cc45182d978af438",
                "md5": "b694e0da671e280820541b25520614ef",
                "sha256": "aec2819291894791fcd39263e49da8afb814053b2109c45ce179242f4d0dd325"
            },
            "downloads": -1,
            "filename": "pytest-excel-1.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b694e0da671e280820541b25520614ef",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5094,
            "upload_time": "2023-09-14T02:59:52",
            "upload_time_iso_8601": "2023-09-14T02:59:52.257974Z",
            "url": "https://files.pythonhosted.org/packages/44/c1/f51a3393a3548b05939556154fb7e1d9602a9757bf71cc45182d978af438/pytest-excel-1.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-14 02:59:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ssrikanta",
    "github_project": "pytest-excel",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "pytest-excel"
}
        
Elapsed time: 0.11940s