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, 3.11 and 3.12
- pytest
- 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": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "py.test pytest excel report",
"author": "santosh",
"author_email": "santosh.srikanta@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/27/c0/90fcb85b2f3f6978072adfbcb947ef7c706edfec77361aa738726844465f/pytest_excel-1.7.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, 3.11 and 3.12\r\n- pytest \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 $ py.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.7.0",
"project_urls": {
"Homepage": "https://github.com/ssrikanta/pytest-excel"
},
"split_keywords": [
"py.test",
"pytest",
"excel",
"report"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "27c090fcb85b2f3f6978072adfbcb947ef7c706edfec77361aa738726844465f",
"md5": "0856533b60d849705c9165c5b7b8bc18",
"sha256": "d7f54d24c25a2f6052305809d4e0d224434fbe7a139bd162e3326cba7105e72a"
},
"downloads": -1,
"filename": "pytest_excel-1.7.0.tar.gz",
"has_sig": false,
"md5_digest": "0856533b60d849705c9165c5b7b8bc18",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5069,
"upload_time": "2024-06-18T09:20:19",
"upload_time_iso_8601": "2024-06-18T09:20:19.570362Z",
"url": "https://files.pythonhosted.org/packages/27/c0/90fcb85b2f3f6978072adfbcb947ef7c706edfec77361aa738726844465f/pytest_excel-1.7.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-18 09:20:19",
"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"
}