hack to fix UnusedElaboratables in src/soc/fu/mmu/test/test_pipe_caller.py
authorTobias Platen <tplaten@posteo.de>
Tue, 2 Nov 2021 19:18:52 +0000 (20:18 +0100)
committerTobias Platen <tplaten@posteo.de>
Tue, 2 Nov 2021 19:18:52 +0000 (20:18 +0100)
src/soc/fu/mmu/test/test_pipe_caller.py

index 0bb9f4f9ecaf0f888fe8c636033ba2be1892e46b..0701dd933ab8ceb7c45f10eb27df0b5261afe17c 100644 (file)
@@ -82,6 +82,8 @@ class TestRunner(unittest.TestCase):
     def __init__(self, test_data):
         super().__init__("run_all")
         self.test_data = test_data
+        #hack here -- all unit tests are affected
+        self.run_all()
 
     def check_fsm_outputs(self, alu, dec2, sim, code, pia_res):