JamesIves / discord-wow-armory-bot

⚔️🗡️ World of Warcraft bot for Discord which checks a characters item level, notable achievements and pve/pvp progression and posts it in the chat.
https://jamesiv.es/python/2017/07/18/discord-wow-bot
MIT License
33 stars 25 forks source link

Unit Tests #11

Closed JamesIves closed 7 years ago

JamesIves commented 7 years ago

Added a series of unit tests that test the accuracy of the returned data. This doesn’t test API accuracy, simply makes sure the calculations are correct. Also added Travis CL support.