kuznia-rdzeni / coreblocks

RISC-V out-of-order core for education and research purposes
https://kuznia-rdzeni.github.io/coreblocks/
BSD 3-Clause "New" or "Revised" License
36 stars 14 forks source link

Remove assertNotNone typechecker workarounds #656

Closed piotro888 closed 5 months ago

piotro888 commented 5 months ago

Closes #243

After switch to pytest, we no longer use self.assertNotNone(), but plain asserts, which are recognized correctly by the typechecker.