6 lines
117 B
Python
6 lines
117 B
Python
from ..lib.sim_testcase import SimTestCase
|
|
|
|
class Test(SimTestCase):
|
|
def test_dut(self):
|
|
self.run_test()
|