comparison ItemAuditor.toc @ 66:b7bc0488f13b

Adding unit tests
author Asa Ayers <Asa.Ayers@Gmail.com>
date Tue, 27 Jul 2010 18:17:59 -0700
parents e92a5adf75bf
children b6c30a5156f9
comparison
equal deleted inserted replaced
65:32d53abee666 66:b7bc0488f13b
1 ## Interface: 30300 1 ## Interface: 30300
2 ## Title: Item Auditor 2 ## Title: Item Auditor
3 ## Notes: This will keep track of how much you have paid per item in your inventory. Only one of (Auctionator, Auctioneer, AuctionLite, AuctionMaster) is needed to determine which items are profitable to craft. 3 ## Notes: This will keep track of how much you have paid per item in your inventory. Only one of (Auctionator, Auctioneer, AuctionLite, AuctionMaster) is needed to determine which items are profitable to craft.
4 ## Author: Asa Ayers <Asa.Ayers@Gmail.com> 4 ## Author: Asa Ayers <Asa.Ayers@Gmail.com>
5 ## Version: 0.1 5 ## Version: @project-version@
6 ## SavedVariables: ItemAuditorDB 6 ## SavedVariables: ItemAuditorDB
7 ## Dependencies: Altoholic 7 ## Dependencies: Altoholic
8 ## OptionalDeps: QuickAuctions, Skillet, LilSparkysWorkshop, Auctionator, Auctioneer, AuctionLite, AuctionMaster, DevTools 8 ## OptionalDeps: QuickAuctions, Skillet, LilSparkysWorkshop, Auctionator, Auctioneer, AuctionLite, AuctionMaster, DevTools, WoWUnit
9 9
10 10
11 embeds.xml 11 embeds.xml
12 ItemAuditor.xml 12 ItemAuditor.xml
13 13
24 Modules\Crafting.lua 24 Modules\Crafting.lua
25 25
26 Modules\QuickAuctions.lua 26 Modules\QuickAuctions.lua
27 27
28 Modules\Api.lua 28 Modules\Api.lua
29
30 Modules\UnitTests.lua