RIP-Comm / clementine

Gameboy Advance emulator.
MIT License
49 stars 13 forks source link

Split and restyle tests #169

Open AlessioC31 opened 1 year ago

AlessioC31 commented 1 year ago

It would be nice to split the tests between the decoding part and the executing part, right now we're testing everything in the same functions.

Also, we should "standardize" how we write these tests. Right now, since they've been written by different people, they are written in many different ways.