test: rename test_timing_controllers to test_timing

This commit is contained in:
Florent Kermarrec 2019-07-23 16:05:31 +02:00
parent 8cf561d620
commit 93488009c9

View file

@ -13,7 +13,7 @@ def c2bool(c):
return {"-": 1, "_": 0}[c]
class TestTimingControllers(unittest.TestCase):
class TestTiming(unittest.TestCase):
def txxd_controller_test(self, txxd, valids, readys):
def generator(dut):
dut.errors = 0