MechanicalPriest / SimcProfileParser

Library to parse items in the simc profile format into functional objects.
GNU General Public License v3.0
5 stars 0 forks source link

Improve tests to improve coverage #52

Open Niphyr opened 4 years ago

Niphyr commented 4 years ago

Using Fine Code Coverage extension, attempt to improve the coverage of tests on the internals. Specifically around item/spell creation to validate response values checking the scaling works correctly for spell effects, item ID, mods (stats) etc.

Niphyr commented 4 years ago

Include storage of static data to run tests against, to prevent tests failing when game data is changed.