Metadata-Version: 2.4
Name: pytest-cocotb-pyuvm
Version: 0.1.0
Summary: Pytest plugin that enables using pytest as the regression manager for running pyuvm tests.
Project-URL: Homepage, https://gitlab.com/tymonx/pytest-cocotb-pyuvm
Project-URL: Source, https://gitlab.com/tymonx/pytest-cocotb-pyuvm.git
Project-URL: Issues, https://gitlab.com/tymonx/pytest-cocotb-pyuvm/-/issues
Project-URL: Documentation, https://gitlab.com/tymonx/pytest-cocotb-pyuvm/-/blob/HEAD/README.md
Author-email: Tymoteusz Blazejczyk <tymoteusz.blazejczyk@tymonx.com>
License: Apache-2.0
Keywords: asic,cadence,cocotb,eda,flow,fpga,hdl,modelsim,plugin,pytest,python,questa,rtl,siemens,simulator,synopsys,systemverilog,test,testing,vcs,verilog,vhdl,xcelium
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Testing :: Unit
Requires-Python: >=3.9
Requires-Dist: cocotb
Requires-Dist: pytest
Requires-Dist: pytest-cocotb
Requires-Dist: pyuvm
Provides-Extra: lint
Requires-Dist: mypy; extra == 'lint'
Requires-Dist: pyright; extra == 'lint'
Requires-Dist: ruff; extra == 'lint'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Description-Content-Type: text/markdown

<!-- SPDX-FileCopyrightText: 2025 Tymoteusz Blazejczyk <tymoteusz.blazejczyk@tymonx.com> -->
<!-- SPDX-License-Identifier: Apache-2.0 -->

# pytest-cocotb-pyuvm

Pytest plugin that enables using [pytest][] as the regression manager for running [pyuvm][] tests.

[pytest]: https://docs.pytest.org
[pyuvm]: https://pyuvm.github.io/pyuvm/
