Add a test to look for Carnyx items.

This commit is contained in:
Rob
2015-06-04 10:26:48 +01:00
parent c7a5377740
commit 35da7264c7

View File

@@ -149,3 +149,9 @@ class DropBotTestCase(TestCase):
def test_cmd_rageping(self):
pass
def test_carnyx_items(self):
"""
The items in the Carnyx release can be found.
"""
self.assertEqual(self.bot._item_picker("Jackdaw"), (u'34828', u'Jackdaw'))