def pytest_report_header(config):
if config.option.prtl:
return "forcing RTL language to be pymtl"
elif config.option.vrtl:
return "forcing RTL language to be verilog"
# From:
# https://pytest.org/latest/example/simple.html#detect-if-running-from-within-a-pytest-run
评论列表
文章目录