Files
PeakRDL-BusDecoder/tests/pytest.ini
Arnav Sacheti b1f1bf983a Refactor tests (better grouping + cocotb support) (#15)
* initial refactor

* fix cocotb tests

* fix typecheck

* install verilator
2025-10-26 17:56:35 -07:00

6 lines
194 B
INI

[pytest]
python_files = test_*.py testcase.py
markers =
simulation: marks hardware simulation tests requiring cocotb/verilator
verilator: marks tests that invoke the Verilator toolchain