mirror of
https://github.com/nikdoof/dropbot.git
synced 2025-12-17 11:49:22 +00:00
Add a test to look for Carnyx items.
This commit is contained in:
@@ -149,3 +149,9 @@ class DropBotTestCase(TestCase):
|
|||||||
|
|
||||||
def test_cmd_rageping(self):
|
def test_cmd_rageping(self):
|
||||||
pass
|
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'))
|
||||||
|
|||||||
Reference in New Issue
Block a user