cocotb_list_tests
Discover all @cocotb.test() coroutines and their docstrings in a Python testbench file without running simulation, enabling test enumeration and documentation review.
Instructions
Discovers all @cocotb.test() coroutines and their docstrings in a Python testbench file without executing simulation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional working directory. | |
| test_file | Yes | Path to the Python testbench file (e.g. 'test_dff.py'). |