pytest_resource_usage

View on PyPIReverse Dependencies (0)

1.0.0 pytest_resource_usage-1.0.0-py3-none-any.whl

Wheel Details

Project: pytest_resource_usage
Version: 1.0.0
Filename: pytest_resource_usage-1.0.0-py3-none-any.whl
Download: [link]
Size: 7490
MD5: 2e743d8796a47eadf17d5e98753ff813
SHA256: 94534f378c13ccdf1413d461f0d780ff2cebf45f07de1622d6e1c07f0a86154b
Uploaded: 2022-11-06 15:20:35 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pytest-resource-usage
Version: 1.0.0
Summary: Pytest plugin for reporting running time and peak memory usage
Author-Email: Jouke Witteveen <j.witteveen[at]gmail.com>
Project-Url: Bug Tracker, https://github.com/joukewitteveen/pytest-resource-usage/issues
Project-Url: Homepage, https://github.com/joukewitteveen/pytest-resource-usage
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.8
Requires-Dist: pytest (>=7.0.0)
Requires-Dist: psutil (>=4.0.0); extra == "report_uss"
Provides-Extra: report_uss
Description-Content-Type: text/markdown
[Description omitted; length: 2958 characters]

WHEEL

Wheel-Version: 1.0
Generator: flit 3.8.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pytest_resource_usage/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytest_resource_usage/duration.py sha256=NPWPmFyewe4U3GJPZALmX2ORdE8TtNrAd5XcCigbjvg 797
pytest_resource_usage/psutil_uss.py sha256=7pVc68RkKBErfzAon8fed-R4rXSCYY3htkrjOi1lCjA 4296
pytest_resource_usage/report.py sha256=7nQGNQsN4-9Wf6T4avZ4-yrcVoIY5W63d6WjQceunHc 1073
pytest_resource_usage/tracemalloc.py sha256=cIWlQG0mbE3JIZC2s7GM4OaCh0DLztqg0dFC2My1fHU 1345
pytest_resource_usage/uss.py sha256=iRTI1fg6mpl99uNUS-fzdnvUUcOKOCtcfR7LCY1pPNo 122
pytest_resource_usage-1.0.0.dist-info/entry_points.txt sha256=LqX7HxgkZ_bOs8l1XFgFYzsPafdB_BDAdxIemGX1-8c 200
pytest_resource_usage-1.0.0.dist-info/LICENSE sha256=cGTcPYborFXeW7rGzf4GfCre7ioVVCe9rOhTBR8uKVQ 1096
pytest_resource_usage-1.0.0.dist-info/WHEEL sha256=rSgq_JpHF9fHR1lx53qwg_1-2LypZE_qmcuXbVUq948 81
pytest_resource_usage-1.0.0.dist-info/METADATA sha256=Nw-A89QRNE_moEWX59LS6DIxlHvFIRnsRzTDK7IteBc 3821
pytest_resource_usage-1.0.0.dist-info/RECORD

entry_points.txt

report_duration = pytest_resource_usage.duration
report_resource_usage = pytest_resource_usage.report
report_tracemalloc = pytest_resource_usage.tracemalloc
report_uss = pytest_resource_usage.uss