TotalAP - Artifact Power Tracker

TotalAP - Artifact Power Tracker

104k Downloads

Add unit tests for core modules

rdw-software opened this issue ยท 1 comments

commented

Quite a few are still missing. It would be helpful to implement them sooner than later, as it will have to be done at some point anyway.

Basic roadmap (in no particular order).

  • DB interface (Core\DB.lua)
  • SavedVars via AceDB-3.0 interface(Core\Settings.lua)
  • Artifact interface (Core\ArtifactInterface.lua)
  • Parser for spell descriptions (Core\Scanner.lua)
commented

Tests for Scanner already added in a015c45 - not how I had planned it, but done is done.