pytest-html

View on PyPIReverse Dependencies (291)

4.1.1 pytest_html-4.1.1-py3-none-any.whl

Wheel Details

Project: pytest-html
Version: 4.1.1
Filename: pytest_html-4.1.1-py3-none-any.whl
Download: [link]
Size: 23491
MD5: 756ef09dc399e30820822b43ffb7fd43
SHA256: c8152cea03bd4e9bee6d525573b67bbc6622967b72b9628dda0ea3e2a0b5dd71
Uploaded: 2023-11-07 15:44:27 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pytest-html
Version: 4.1.1
Summary: pytest plugin for generating HTML reports
Author-Email: Dave Hunt <dhunt[at]mozilla.com>, Jim Brannlund <jimbrannlund[at]fastmail.com>
Project-Url: Homepage, https://github.com/pytest-dev/pytest-html
Project-Url: Tracker, https://github.com/pytest-dev/pytest-html/issues
Project-Url: Source, https://github.com/pytest-dev/pytest-html
Keywords: html,pytest,report
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Requires-Dist: jinja2 (>=3.0.0)
Requires-Dist: pytest-metadata (>=2.0.0)
Requires-Dist: pytest (>=7.0.0)
Requires-Dist: pip-tools (>=6.13.0); extra == "docs"
Requires-Dist: assertpy (>=1.1); extra == "test"
Requires-Dist: beautifulsoup4 (>=4.11.1); extra == "test"
Requires-Dist: black (>=22.1.0); extra == "test"
Requires-Dist: flake8 (>=4.0.1); extra == "test"
Requires-Dist: pre-commit (>=2.17.0); extra == "test"
Requires-Dist: pytest-mock (>=3.7.0); extra == "test"
Requires-Dist: pytest-rerunfailures (>=11.1.2); extra == "test"
Requires-Dist: pytest-xdist (>=2.4.0); extra == "test"
Requires-Dist: selenium (>=4.3.0); extra == "test"
Requires-Dist: tox (>=3.24.5); extra == "test"
Provides-Extra: docs
Provides-Extra: test
Description-Content-Type: text/x-rst
License-Expression: MPL-2.0
License-File: LICENSE
[Description omitted; length: 1804 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.18.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pytest_html/__init__.py sha256=gUMEfpZ3D2BEvYPtzfDB484HfOaA_NCiVSiLeTRUHMs 224
pytest_html/__version.py sha256=V6_5gfIMDWfQ3b9HzxekRDPRyH85Gg7Wu-ZZwnkZ5T8 411
pytest_html/basereport.py sha256=t2DoInV_yYLn5kKLRcohopH5h1EViyxgNllRCnisbBY 12836
pytest_html/extras.py sha256=LYiO0gtVXX0k4mFcjoS91QkeIelcBUuQM7S1rIHKkWk 1595
pytest_html/fixtures.py sha256=My-tYTKstdWM-RRPmpsB1_ewrn9JQXeg1lqc52dC7aA 1253
pytest_html/hooks.py sha256=JVGBXuYUKRO-hlTdAQp6QAqWtR2q4ZPeZqvACpfe4zg 856
pytest_html/plugin.py sha256=qalW-CWY72QUL9SjPQjwE-SifRWSFNYC_gzisWGDTpQ 4693
pytest_html/report.py sha256=df9sZSuPbQDcBeEUnbRp0ntKKwQicztgBVU2oDF-Jxg 1628
pytest_html/report_data.py sha256=t_D0c5DAHmjzoQGG5d9qfqvkVv1zKTR9kUdjol_X1WE 4649
pytest_html/selfcontained_report.py sha256=yCB_cI_do3zelwwG9oTwP5EXUdOBdfM6zrC41049zvE 1433
pytest_html/util.py sha256=7cVXI9Erold08DrFVjymK6mF5S5hHSL9kPgh6vAYBEs 1718
pytest_html/resources/app.js sha256=XmMWpXGcsk4ydV2YRurPCF6Qh68hfXis7qH6m6Ta57g 20868
pytest_html/resources/index.jinja2 sha256=xEfr1KMcsUqUs5tK2Oa1QZU-Zy0y_epHK494x0X4gjw 4173
pytest_html/resources/style.css sha256=ey-0d9R1TTxLKTFrczSkgF4G7AlRaB-sj4KvTn0aBBg 5317
pytest_html-4.1.1.dist-info/METADATA sha256=BAwUukPE32SBtwt87JHtq3Cz6xEK0kp9FPBKHeaLDUY 3877
pytest_html-4.1.1.dist-info/WHEEL sha256=9QBuHhg6FNW7lppboF2vKVbCGTVzsFykgRQjjlajrhA 87
pytest_html-4.1.1.dist-info/entry_points.txt sha256=AH-Bvo3YhBabD4ZbFFvaFLptIZPYW5Y3NMj_i2qJ2_Q 74
pytest_html-4.1.1.dist-info/licenses/LICENSE sha256=K_3KYK34AxCNTH8AkAC-p2rQDmIeFjGXiBsOqukbUw4 193
pytest_html-4.1.1.dist-info/RECORD

entry_points.txt

html = pytest_html.plugin
html_fixtures = pytest_html.fixtures