From 35da7264c7ad00524c4815d45dda23e1edcaaa64 Mon Sep 17 00:00:00 2001 From: Rob Date: Thu, 4 Jun 2015 10:26:48 +0100 Subject: [PATCH] Add a test to look for Carnyx items. --- tests/test_bot.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/test_bot.py b/tests/test_bot.py index 4c99e52..a8af6cb 100644 --- a/tests/test_bot.py +++ b/tests/test_bot.py @@ -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'))