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
37 stars 16 forks source link

Clean up pytest #611

Closed xThaid closed 8 months ago

xThaid commented 8 months ago

With these changes in, I suggest removing run_tests.py scripts, as it will be purely a wrapper over pytest command. My argument is that run_tests.py script is another layer of indirection that can contain bugs (#605) and needs to be understood when making changes.