jackpoz / BotFarm

Application used to spawn WoW automated players compatible with 3.3.5a version only.
GNU General Public License v2.0
84 stars 68 forks source link

Unit tests - Coverage of last TC issues #12

Open jackpoz opened 9 years ago

jackpoz commented 9 years ago

Create unit tests for these issues:

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/27040838-unit-tests-coverage-of-last-tc-issues?utm_campaign=plugin&utm_content=tracker%2F457221&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F457221&utm_medium=issues&utm_source=github).
dmpaul26 commented 8 years ago

Do I just write the tests in the tests folder of the test branch?

jackpoz commented 8 years ago

there's no tests folder or test branch, what are you talking about ? Currently there's https://github.com/jackpoz/BotFarm/tree/master/TrinityCore%20UnitTests project but it doesn't have any particular unit test, only a couple of PoCs

dmpaul26 commented 8 years ago

Oh wow. I was on mobile and I followed this issue from https://github.com/TrinityCore/TrinityCore/pull/16279. I didn't realize this was in a different repo. That PR is waiting for testing I assumed, would they be written here or in the TC repo?

jackpoz commented 8 years ago

TC repo currently doesn't have any kind of unit testing

dmpaul26 commented 8 years ago

Yeah, that's what I thought too, that's why I was lost. Thanks, sorry for this.