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
33 stars 13 forks source link

Fix double logger adding - master #694

Closed lekcyjna123 closed 1 month ago

lekcyjna123 commented 1 month ago

I moved adding of our custom logger to "session" fixture, so there shouldn't be any more problems with duplicated logs. I tested it with command:

pytest -k FetchUnit_0 -s --log-level=debug

Additionally there are few formatting changes, because I have already updated flake8 locally to have python 3.12 support and it found some issues.

Resolves #675