mirror of
https://github.com/nikdoof/dropbot.git
synced 2025-12-16 19:33:06 +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):
|
||||
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