Now we need to skip some testcases and show some message to explain why we need to skip them. Format for example: ```python ... @skip("blahab") @testa.is_(expect=None) def ffesr(): case_name = inspect.currentframe().f_code.co_name run_yosys(case_name) ... ```
Now we need to skip some testcases and show some message to explain why we need to skip them.
Format for example: