Hejsil / pokemon-randomizer

A Pokémon Rom randomizer tool written in Zig
The Unlicense
13 stars 0 forks source link

Figuring out testing #36

Closed Hejsil closed 6 years ago

Hejsil commented 6 years ago

related #27

Setting up tests for most behavior of the randomizer. This PR is not done yet.

Hejsil commented 6 years ago

Trying to write these tests made me realize that the nds file system abstraction is really bad. It is quite verbose and error-prone to create folders and files. I'll probably merge this branch into master after getting the current tests passing.