Metadata-Version: 2.4
Name: pytest-cocotb-fusesoc
Version: 0.0.1
Summary: Pytest plugin to integrate FuseSoC with Cocotb.
Project-URL: Homepage, https://gitlab.com/tymonx/pytest-cocotb-fusesoc
Project-URL: Source, https://gitlab.com/tymonx/pytest-cocotb-fusesoc.git
Project-URL: Issues, https://gitlab.com/tymonx/pytest-cocotb-fusesoc/-/issues
Project-URL: Documentation, https://gitlab.com/tymonx/pytest-cocotb-fusesoc/-/blob/HEAD/README.md
Author-email: Tymoteusz Blazejczyk <tymoteusz.blazejczyk@tymonx.com>
License-Expression: Apache-2.0
Keywords: asic,build,cadence,cocotb,eda,flow,fpga,fusesoc,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: 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 :: Build Tools
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
Provides-Extra: dev
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pyright; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Description-Content-Type: text/markdown

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

# pytest-cocotb-fusesoc

[Pytest][] plugin to integrate [FuseSoc][] with [Cocotb][].

[Pytest]: https://docs.pytest.org
[FuseSoC]: https://fusesoc.readthedocs.io
[Cocotb]: https://www.cocotb.org
