nickbabcock / Pdoxcl2Sharp

A Paradox Interactive general file parser
MIT License
39 stars 13 forks source link

Reorganize Unit Tests #31

Open nickbabcock opened 10 years ago

nickbabcock commented 10 years ago

The tests for this project are laid out in a hodgepodge fashion, and with the advent of a potentially new parser in the future (#30), it is even more important that tests are laid out in a logical fashion. It would be best to have tests per type: a ParadoxParser category, Deserializer category, ParadoxSaver category, and a CompressedParadoxSaver category