pytest-oof

View on PyPIReverse Dependencies (0)

1.1.0 pytest_oof-1.1.0-py2.py3-none-any.whl

Wheel Details

Project: pytest-oof
Version: 1.1.0
Filename: pytest_oof-1.1.0-py2.py3-none-any.whl
Download: [link]
Size: 17377
MD5: 4a8565711da478e381473e95d393eb1a
SHA256: 60f0172bdf145d4eab27d433915534a9d661850dbbfca2f2fc5638ec7d630fbc
Uploaded: 2023-12-11 14:10:02 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pytest-oof
Version: 1.1.0
Summary: A Pytest plugin providing structured, programmatic access to a test run's results
Author: Jeff Wright
Author-Email: jeff.washcloth[at]gmail.com
Home-Page: https://github.com/jeffwright13/pytest-oof
License: MIT
Keywords: pytest pytest-plugin testing
Classifier: Framework :: Pytest
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
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: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Requires-Dist: rich (>=10.6.0)
Requires-Dist: single-source (>=0.3.0)
Requires-Dist: strip-ansi (>=0.1.1)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 23849 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.42.0)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

RECORD

Path Digest Size
pytest_oof/__init__.py sha256=dZJjCeVJ6g2i5oFgRV2kVNAMXJI-Ijm7EZnRyZH6QDY 144
pytest_oof/__main__.py sha256=53aKQHaM5df_t8rvMfGjtWMQ_xvFxAkAru7G09bBxOA 4619
pytest_oof/hooks.py sha256=LfVhsXX7V8kaBJdbfGhAvkNi2l-_TlhkBYNmNKouYfg 515
pytest_oof/plugin.py sha256=H47mxmfGmkbWs75iDAjxmdYjq83ofaml4N_ln4dccq8 17802
pytest_oof/utils.py sha256=y7L55BVHncE3oDfRgTsm0tA7B6HEueEH-q_bhIb9xJo 7890
pytest_oof-1.1.0.dist-info/LICENSE sha256=8wbX9FJwrjz7lZvWYsLDU_F0YD0jXdnSfgRGTYU0J30 1068
pytest_oof-1.1.0.dist-info/METADATA sha256=NS50eGRkoDonU05PvWRUlNlNsk567rJOaNW06I2hx_I 24818
pytest_oof-1.1.0.dist-info/WHEEL sha256=-G_t0oGuE7UD0DrSpVZnq1hHMBV9DD2XkS5v7XpmTnk 110
pytest_oof-1.1.0.dist-info/entry_points.txt sha256=ZiTW_bnaOvdXgemFqnziC54GwCFn8XAlZLeOnpMHDv4 94
pytest_oof-1.1.0.dist-info/top_level.txt sha256=p3LqRO1gt0kcPf2eQiheCaG-D5UefV0KY8iV6bocww0 11
pytest_oof-1.1.0.dist-info/RECORD

top_level.txt

pytest_oof

entry_points.txt

oofda = pytest_oof.__main__:main
pytest_oof = pytest_oof.plugin