Metadata-Version: 2.4
Name: pytest-cocotb
Version: 0.1.3
Summary: Pytest plugin that enables using pytest as the regression manager for running cocotb tests.
Project-URL: Homepage, https://gitlab.com/tymonx/pytest-cocotb
Project-URL: Source, https://gitlab.com/tymonx/pytest-cocotb.git
Project-URL: Issues, https://gitlab.com/tymonx/pytest-cocotb/-/issues
Project-URL: Documentation, https://gitlab.com/tymonx/pytest-cocotb/-/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
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

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

[pytest]: https://docs.pytest.org
[cocotb]: https://www.cocotb.org
