Coverage improvements

This commit is contained in:
Alex Mykyta
2023-08-02 22:28:42 -07:00
parent 941871007b
commit f9e0d1babc
6 changed files with 152 additions and 32 deletions

View File

@@ -0,0 +1,5 @@
from ..lib.sim_testcase import SimTestCase
class Test(SimTestCase):
def test_dut(self):
self.run_test()