6 lines
132 B
Python
6 lines
132 B
Python
from ..lib.regblock_testcase import RegblockTestCase
|
|
|
|
class Test(RegblockTestCase):
|
|
def test_dut(self):
|
|
self.run_test()
|